Skip to content

jithinkc22j/Henon_Chaotic_Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Henon_Chaotic_Map

Note: If you are using my code for your system or project, you should always cite my paper as a reference Click here to see the publications.

It is a discrete time dynamical system which shows good chaotic behaviour.

             Functions:
               Main function                 - main.m
               Henon map function x-values   - henonx.m
               Henon map function y-values   - henony.m (Optional - If you need use y values)

Henon map chooses a point (x_n, y_n) and changes it to a new point as follows.

                x_n+1 = 1 − a*x^2 + y_n 
                y_n+1 = 1 − b*x_n 

This map depends on two parameters: a and b, and it becomes chaotic only when the parameters receive the values 1.4 and 0.3 respectively.

               Input the value to x and y;
     
                x=  ; % Initial values
                y=  ; % Initial values
                a=  ; % Parameter value
                b=  ; % Parameter value

   %%%%%%%%%%%-------------------$$$$$$$$>>>>> BY JITHIN K C <<<<$$$$$$$$$-----------------%%%%%%%%%%%%%% 
    @@@ for any queries contact: jithinkc22@gmail.com

About

It is a discrete time dynamical system which shows good chaotic behavior.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published