Skip to content

This Matlab code is used to find the Henon chaotic map values.

Notifications You must be signed in to change notification settings

Getscriptall/Henon_Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Henon_Chaotic_Map

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 Getscriptall <<<<$$$$$$$$$-----------------%%%%%%%%%%%%%%
            @@@ for any queries  contact: info.getscriptall@gmail.com

About

This Matlab code is used to find the Henon chaotic map values.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages