Uses of Interface
org.episteme.core.mathematics.dynamical.DynamicalMap
Packages that use DynamicalMap
-
Uses of DynamicalMap in org.episteme.core.mathematics.dynamical
Subinterfaces of DynamicalMap in org.episteme.core.mathematics.dynamicalClasses in org.episteme.core.mathematics.dynamical that implement DynamicalMapModifier 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).