Maple Text Commands for Chapter 12 -
NONLINEAR DISCRETE DYNAMICAL SYSTEMS
Figure 12.7(b): Graphical iteration of the tent map.
|
> |
restart:imax:=200:mu:=2:# Initialize |
|
|
Finding points of period four for the
logistic map when
.
|
> |
with(plots): |
|
|
Computing the Lyapunov exponent for the logistic map.
|
> |
x=array(0..50000):x[0]:=0.1:mu:=4:imax:=50000: |
|
|
(1) |
Figure 12.15: Bifurcation diagram of the logistic map.
|
> |
restart:with(plots):mu:='mu': |
|
|
Figure 12.22(b): Iteration of the Henon map.
|
> |
x:=array(0..10000):y:=array(0..10000): |
|
|
Exercise 8(c): Compute the Lyapunov exponents of the Henon map.
|
> |
restart:Digits:=70: |
|
h1=0.352832, h2=-1.26912 |
(2) |
End of Chapter 12 Commands