Uses of Interface
org.episteme.core.mathematics.analysis.chaos.DiscreteMap
Packages that use DiscreteMap
-
Uses of DiscreteMap in org.episteme.core.mathematics.analysis.chaos
Classes in org.episteme.core.mathematics.analysis.chaos that implement DiscreteMapModifier and TypeClassDescriptionclassArnold's Cat Map: x_{n+1} = (2x_n + y_n) mod 1 y_{n+1} = (x_n + y_n) mod 1classThe Gingerbread Man Map - a chaotic discrete dynamical system.classThe Hénon Map: x_{n+1} = 1 - a * x_n^2 + y_n y_{n+1} = b * x_nclassThe Logistic Map: x_{n+1} = r * x_n * (1 - x_n).classThe Standard Map (Chirikov-Taylor map): p_{n+1} = (p_n + K * sin(theta_n)) mod 2À theta_{n+1} = (theta_n + p_{n+1}) mod 2À