-
The docstring of sympy.physics.control.lti.TransferFunction() contains multiple usage of `\small`. When building the PDF this causes:
```
LaTeX Font Warning: Command \small invalid in math mode on …
jfbu updated
3 months ago
-
This story is supposed to be considered complete when a site page is created for the data structure Matrix that is accessible in autocomplete search box at site header and allows following operations …
-
Hi.
I've been using Octave and it is good and working well. I've noticed more than 99% of the computational intensity comes from the mldivide function (or the "backslash" solver) computation: A\b fro…
-
This code:
```julia
@parameters v1 K1 v2=1.0 K2=0.4 d
@variables t Y(t)
@species X(t)
eq = Differential(Y) ~ v1*Y/(Y+K1) - d*Y
rx1 = @reaction v1*$Y/($Y+K1), 0 --> X
rx2 = @reaction d, X --> 0
…
-
I know there were already several requests related to the possible support of Tango Devices with ARCore. My question is based on the fact, that we want to use the already available depth sensors to ca…
-
Typeclass objects offer dynamic (i.e. run-time and open modularity1) polymorphism by binding the typeclass bound to the static (compile-time) type of the reference and tagging the data type instances …
-
I have the following equation which I would like to solve for the parameters `kp,ki,kd,T`. The variable `s` is the polynomial variable.
```julia
Equation(ModelingToolkit.Constant(0), (1.0 + s ^ 2 + …
-
Submitting Author: Evan Kiefl (@ekiefl)
All current maintainers: (@ekiefl)
Package Name: pooltool
One-Line Description of Package: Pooltool is a general purpose billiards simulator crafted specif…
-
-
I was reading the docs regarding [Standard Library](https://observablehq.com/@observablehq/stdlib), at the end there is a suggestion to come here to discuss our favorite libraries so here I am.
As …