Skip to main content
. 2023 Aug 22;9:e1526. doi: 10.7717/peerj-cs.1526

Table 2. Variables and equations of chaotic maps.

CM no. CM name CM equation
1 Chebyshev map Xn+1=cos(kcos1xn)
2 Circle map Xn+1=Xn+b(a2π)sin(2πXn)mod(1) a=0.5 and b=0.2
3 Gauss map Xn+1={0,Xn=01Xnmod(1),Xn(0,1), 1Xnmod(1)=1Xn1Xn
4 Iterative map Xn+1=sin(aπxn), a=0.7
5 Logistic map Xn+1=aXn(1Xn), a=4
6 Piecewise map xn+1={xnP,0xn<PxnP0.5P,Pxn<0.51Pxn0.5P,0.5xn<1P1xnP,1Pxn<1, P=0.4
7 Sine map Xn+1=a4sin(πxn), 0<a4
8 Singer map Xn+1=μ(7.86xn23.31xn2+28.75xn313.302875xn4), µ = 1.07
9 Sinusoidal map Xn+1=axn2sin(πXn), a=2.3 and X0=0.7
10 Tent map f(x)={Xn/0.7,Xn<010/3Xn(1Xn),otherwise