Package org.episteme.core.mathematics.analysis.chaos
package org.episteme.core.mathematics.analysis.chaos
-
ClassDescriptionArnold's Cat Map: x_{n+1} = (2x_n + y_n) mod 1 y_{n+1} = (x_n + y_n) mod 1Cantor Dust - a 2D fractal generalization of the Cantor set.Represents a square region in the Cantor dust.DiscreteMap<T>A discrete dynamical system defined by an iterative map.The Gingerbread Man Map - a chaotic discrete dynamical system.The Hénon Map: x_{n+1} = 1 - a * x_n^2 + y_n y_{n+1} = b * x_nJulia Set as a proper mathematical set.Koch Curve (Snowflake) - a fractal curve.The Logistic Map: x_{n+1} = r * x_n * (1 - x_n).The Mandelbrot Set as a proper mathematical set.The Standard Map (Chirikov-Taylor map): p_{n+1} = (p_n + K * sin(theta_n)) mod 2À theta_{n+1} = (theta_n + p_{n+1}) mod 2À