Interface DiscreteMap<T>
- All Known Implementing Classes:
ArnoldCatMap, GingerbreadManMap, HenonMap, LogisticMap, StandardMap
A discrete dynamical system defined by an iterative map.
x_{n+1} = f(x_n)
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptiondefault doubleReturns the Lyapunov exponent of the map (if applicable).default TIterates the map n times starting from x0.Methods inherited from interface Function
andThen, apply, compose, contains, evaluate, evaluate, getBackend, isContinuous, isDifferentiable, setBackendMethods inherited from interface Relation
getCodomain, getDomain
-
Method Details
-
iterate
-
getLyapunovExponent
default double getLyapunovExponent()Returns the Lyapunov exponent of the map (if applicable).- Returns:
- Lyapunov exponent or NaN if unknown
-