-
# `.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…
-
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…
-
The current documentation is limited to the `Readme.md` file. A more in depth guide on how to use the toolbox combined with the mathematical basics would be beneficial.
**Proposed structure:**
1…
-
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
2 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…
-
-
Hi,djagt
I encountered a problem about sosdemo2. The reason was that I made the following changes:
`% Constructing the vector field dx/dt = f
f = [-x1^3-x1*x3^2;
-sin(x2)-x1^2*x2;
-x3+3…
Yngjx updated
11 months ago
-
## TODO list
- [ ] Implement an algorithm to generate a bifucartion diagram.
- [x] Make the bifucartion diagram of the logistic family.
- [x] Implement a function to study the stability of fi…
-
The source code of `lyapunov` was one of the very first functions of DynamicalSystems.jl. It does _not_ use the `set_state!` function for parallel integrators. That is a mistake (and in fact made us m…
-
I implemented several linear operators related to solve control problems. An example is the Lyapunov operator L: X -> AX+XA', where A is a squre matrix. This operator acts usually on symmetric/hermiti…