jsci.maths.chaos
Class StandardMap
- java.lang.Object
-
- jsci.maths.chaos.StandardMap
-
-
Constructor Summary
Constructors Constructor and Description StandardMap(double kval)Constructs a Standard map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double[]iterate(int n, double[] x)Iterates the map.double[]map(double[] x)Performs the mapping.
-
-
-
Constructor Detail
-
StandardMap
public StandardMap(double kval)
Constructs a Standard map.- Parameters:
kval- the value of the k parameter
-
-
DMelt 3.0 © DataMelt by jWork.ORG
yn+1 = (yn + k sin(xn)) mod 2