The Henon Map

The Henon map discrete time dynamical system.
2K Downloads
Aktualisiert 8. Feb 2017

Lizenz anzeigen

This is a simple implementation of the Henon system. It is a discrete time system that maps a point $(x_n,y_n)$ in the following fashion:
$x_{n+1}=1-a x_n^2 + y_n$
$y_{n+1}=b x_n$
Where a and b are the system parameters.
This script computes 10000 iterations for
a=1.4 and b=0.3.

This file also includes a .pdf file created with the publish feature. The comments on the file are created in a fashion that an html format will work great.

This is included in [1].
References:
[1] An introduction to Control Theory Applications Using Matlab, https://www.researchgate.net/publication/281374146_An_Introduction_to_Control_Theory_Applications_with_Matlab

[2] Moysis, L., & Azar, A. T. (2017). New Discrete Time 2D Chaotic Maps. International Journal of System Dynamics Applications (IJSDA), 6(1), 77-104. http://www.igi-global.com/article/new-discrete-time-2d-chaotic-maps/169799

Zitieren als

Lazaros Moysis (2024). The Henon Map (https://www.mathworks.com/matlabcentral/fileexchange/46600-the-henon-map), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2013a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Weather and Atmospheric Science finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert von: Chaotic Systems Toolbox

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

Updated bibliography
Edited the Description