
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
In this homework assignment, students are required to modify the sierpinski map code to implement the henon map, a discrete time nonlinear dynamics system. They will then investigate the fractal characteristics of the attractor for the given parameter values (a = 1.4 and b = 0.3) through visualizations and calculating the box counting fractal dimension using their code.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Due: Thursday 12 October In this homework you will investigate another discrete time nonlinear dy- namics – the Henon map. It is similar to the Sierpinski map as it involves two dynamical variables x and y. The update equation is
xn+1 = yn + 1 − ax^2 n yn+1 = bxn
For this homework we will take a = 1.4 and b = 0. 3