-
Updated
Jan 11, 2022 - Julia
dynamical-systems
Here are 325 public repositories matching this topic...
-
Updated
Jul 26, 2021 - Python
-
Updated
Apr 30, 2022 - Julia
-
Updated
Mar 18, 2022
-
Updated
Apr 30, 2022 - Python
The example is simple:
using DynamicalSystems
function route(dx, x, p, t)
dx[1] = 1im * ( p[1] * x[1] - 2 * real(x[2]) * x[1] - 0.5) - 0.05 * x[1]
dx[2] = -1im * (0.75 * abs(x[1])^2 + x[2]) - 0.0005* x[2]
end
ds = DiscreteDynamicalSystem(route, ComplexF64[0, 0], [1])
Was trying to define a Dynamical system. And:
ArgumentError: Cannot create a dual over scalar t
-
Updated
May 3, 2022 - Python
-
Updated
May 10, 2021 - Python
-
Updated
Apr 26, 2022 - Julia
-
Updated
Jan 27, 2022 - Python
-
Updated
Apr 29, 2022 - Python
-
Updated
Nov 25, 2021 - Python
-
Updated
May 1, 2022 - Python
-
Updated
May 2, 2022 - Python
Even though both GALI and expansion entropy tests pass, they take too long to run. So they are commented out at the moment. We need to be smarter with the tests we write so that we can still test everything without computing for too long.
-
Updated
Mar 31, 2022 - Julia
-
Updated
Apr 25, 2022 - Julia
Now that Makie.jl has support for text input boxes,
we should use those to replace the current boxes that just state the
values of the limits (so that users can choose exact limits)
https://makie.juliaplots.org/stable/examples/layoutables/textbox/
-
Updated
Apr 15, 2021 - Jupyter Notebook
-
Updated
Mar 5, 2022 - Python
-
Updated
May 23, 2018 - Python
-
Updated
Mar 22, 2022 - Julia
-
Updated
Apr 13, 2022 - R
-
Updated
Jan 29, 2022 - Julia
-
Updated
Apr 27, 2022 - Julia
-
Updated
Dec 20, 2018 - Python
-
Updated
Sep 30, 2020 - MATLAB
-
Updated
Jun 6, 2021 - Python
-
Updated
Apr 10, 2022 - Python
Improve this page
Add a description, image, and links to the dynamical-systems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dynamical-systems topic, visit your repo's landing page and select "manage topics."