Package org.episteme.core.mathematics.dynamical
package org.episteme.core.mathematics.dynamical
-
ClassDescriptionDynamicalMap<T>Represents a dynamical system map f: T -> T.Represents the Hénon map: x_{n+1} = 1 - a * x_n^2 + y_n y_{n+1} = b * x_nRepresents the Logistic map: x_{n+1} = r * x_n * (1 - x_n).