-
Currently these equations live in different modules and some of them are not easily discoverable.
For all of them there are also several possible implementations:
- in scipy (calling linpack)
- in qu…
albop updated
9 years ago
-
linear algebra functions should uniformly accept empty (size=0) arrays. Most of them should return empty output on empty input. The key thing to make sure is that the dtype of the (empty) output is co…
ev-br updated
3 months ago
-
Hello! Your code is very clear, but I have a problem when using your project to calculate the Lyapunov dimension of Mackey-glass system, because the state of Mackey-glass system depends on the state b…
-
When using the _lyapunovspectrum_ function, it would be nice to use the Jacobian's structure (diagonal, banded, rank1, and so on) especially as long as one doesn't use a GPU for the matrix multiplicat…
-
I have a time series of meteorological data. I'm trying to compute lyap_r with this code:
```
lyap_r = nolds.lyap_r(self.data[self.variable])
```
But I get this error:
```
Traceback (most rece…
-
# `.coordinates`
- [x] cartesian_to_poincare_polar (https://github.com/GalacticDynamics/coordinax/pull/136)
- [ ] make_greatcircle_cls (will be done in coordinax)
- [ ] pole_from_endpoints (will…
-
I'm trying to compile your code to try it out, but have issues compiling it.
Can you by chance report the versions of the tool chain your code works with, so I can revert to those versions?
The error…
-
To plot the bisimilar abstraction for switched systems (DCDC converter), and compute the abstraction parameters, we need to compute a common quadratic lyapunov function.
-
thanks for the great work. I found your repo while look for the SD1/SD2 implementation of poincare plot for my heart rate data in python.
It is great to see that you are making standard lib for the…
-
Please:
- [x ] Check for duplicate requests.
- [x ] Describe your goal, and if possible provide a code snippet with a motivating example.
I'm interested in implementing `solve_discrete_lyapunov…