Package org.episteme.core.mathematics.dynamical


package org.episteme.core.mathematics.dynamical
  • Class
    Description
     
    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_n
    Represents the Logistic map: x_{n+1} = r * x_n * (1 - x_n).