-
It is often the case that we want to model the square root of strictly positive quantities in the dynamics and guards, for example the norm of a vector like sqrt(sqr(x)+sqr(y)) to represent distance. …
-
I would like to perform a frequency domain analysis of a linear electrical model composed of components from the standard library. As a result, I would like to obtain a Bode plot. Normally, one would …
-
Looking at the tutorials, the ordering looks a bit random. Perhaps we should reorder the tutorials, roughly in order from least to most advanced, to make it easier to understand them? I'd suggest some…
-
Regarding the documentation on our [do-mpc](do-mpc.com) homepage.
**Link to page / section of the issue**
[DIP](https://www.do-mpc.com/en/latest/example_gallery/DIP.html)
I have read this exam…
-
Hello team!
My apologies. I have a big issue related to my current project and I need focused on it to solved before Friday. So I just put in stand-by my presentation until finish that.
I need y…
-
-
Hello thank you for implementing this library!
I have a variable that depends on the time step, called aircon_power. It should take in the time step that the ode is currently at, and return the res…
-
I see you are writing code for gradient descent regression, and in your code you start the gradient descent with random initial parameter values. This can be suboptimal and in more complex equations …
-
in summary, the differential equation `Differential(x)(z) ~ x*Differential(x)(z) + z` where `x::Num` and `z::Complex{Num}` raises an error in `unwrap(::Complex)`.
the example (using Symbolics v5.…
-
A few improvements could be made to DASSL:
- replace LINPACK routines with their LAPACK counterparts
- link against an optimized BLAS library
It would also be of interest to provide a `PDECHB` ca…