Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.1 KB

Tent_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.

The tent map is a piecewise linear, one-dimensional map.

       Functions:
        Main function                : main.m
        Tent map function            : tent.m
        Finding the minimum value    : minm.m

Tent map is a real-valued function fμ defined by

                                fμ = μ ∗ min {x, 1 − x} 

Here the parameter μ is a positive real constant whose value ranges in the interval [0, 2]. The name Tent map is due to its tent-like structure of the graph defined by fμ.

Input the value to x and a;

         x=  ; % Initial values
         a=  ; % Parameter value
         
  
    %%%%%%%%%%%-------------------$$$$$$$$>>>>> BY JITHIN K C <<<<$$$$$$$$$-----------------%%%%%%%%%%%%%% 
     @@@ for any queries contact: jithinkc22@gmail.com