Uses of Interface
org.episteme.core.mathematics.dynamical.DiscreteMap
Packages that use DiscreteMap
-
Uses of DiscreteMap in org.episteme.core.mathematics.dynamical
Classes in org.episteme.core.mathematics.dynamical that implement DiscreteMapModifier and TypeClassDescriptionclassRepresents the Hénon map: x_{n+1} = 1 - a * x_n^2 + y_n y_{n+1} = b * x_nclassRepresents the Logistic map: x_{n+1} = r * x_n * (1 - x_n).