Documentation of 'jsci.maths.chaos.CatMap' Java class
CatMap
jsci.maths.chaos

Class CatMap

  • All Implemented Interfaces:
    MappingND


    public final class CatMap
    extends java.lang.Object
    implements MappingND
    The CatMap class provides an object that encapsulates the cat map. xn+1 = (xn + yn) mod 1 yn+1 = (xn + 2yn) mod 1 (Arnol'd).
    • Constructor Summary

      Constructors 
      Constructor and Description
      CatMap()
      Constructs a cat 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CatMap

        public CatMap()
        Constructs a cat map.
    • Method Detail

      • map

        public double[] map(double[] x)
        Performs the mapping.
        Specified by:
        map in interface MappingND
        Parameters:
        x - a 2-D double array
        Returns:
        a 2-D double array
      • iterate

        public double[] iterate(int n,
                                double[] x)
        Iterates the map.
        Parameters:
        n - the number of iterations
        x - the initial values (2-D)
        Returns:
        a 2-D double array

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.