-
I think we can add tutorials for the following type of optimization programs (one tutorial for each)
- [x] Linear Programming
- [x] Quadratic Programming
- [ ] Second-order cone Programming
- […
-
I am getting the following error when I run the sysid example provided with the px4tools package.
```python
module 'scipy.linalg' has no attribute 'solve_lyapunov'
```
I am using anaconda3. Tried …
-
EDIT: These algorithms will live in https://github.com/JuliaDynamics/TransitionIdentifiers.jl
---
In the near future we'll be adding a module in DynamicalSystems.jl about functionality related t…
-
I am trying to get the trajectory for which the spectrum is calculated.
I tried it with the following:
```julia
_diffeq = (alg = Tsit5(), abstol = 1e-7, reltol = 1e-7, saveat = (1.0:0.1:10.0) )
…
-
for now release grid and parcels simulation only in examples here: https://github.com/LauraGomezNavarro/OceanParcels_Lyapunov/blob/main/examples/Azores_simus_tests_20191001_fFTLE_1-64grid_15d.ipynb . …
-
Hi, Here I am studying a laser system model, I want to calculate the Kolmogorov–Sinai entropy, which is the sum of all positive Lyapunov exponents of the chaotic system. I have no idea how to calculat…
-
For a specific example borrowed from RMT5 (example 3 in section 2.4), the doubling algorithm is unable to find the correct solution to the discrete Lyapunov equation while Bartels-Stewart algorithm (t…
-
**Submitting author:** @valvarezapa (Víctor Álvarez)
**Repository:** https://github.com/valvarezapa/LCD
**Branch with paper.md** (empty if default branch):
**Version:**
**Editor:** @lucaferranti
**R…
-
Do you know, whether they are only using the Lyapunov exponent or also other chaoticity measures?
Thanks, Jan
-
From slack:
George Datseris:juliapool: Nov 6th at 7:00 PM
So we have a method that integrates many many initial conditions and maps the trajectories into a low-dimensional vector of ~10 numbers. I…