Nonlinear Dynamics and Chaos
Nonlinear Dynamics and Chaos
2nd Edition
ISBN: 9780813349107
Author: Steven H. Strogatz
Publisher: PERSEUS D
bartleby

Videos

Question
Book Icon
Chapter 11.5, Problem 1E
Interpretation Introduction

Interpretation:

To write the program to compute the correlation dimension of the Lorenz attractor. Reproduce the results in Figure 11.5.3; then try other values of r, and check how dimension depends on r.

Concept Introduction:

An attractor that come out in a simplified system of equations which describes two-dimensional fluid flow of uniform depth is known as Lorenz attractor.

It is a system of ordinary differential equation.

Expert Solution & Answer
Check Mark

Answer to Problem 1E

Solution:

The Matlab program is written to compute the correlation dimension of the Lorenz attractor.

The slope of the second figure depends on the value of correlation; hence, the dimension depends on r.

Explanation of Solution

Using Matlab, we can write a program to compute the correlation dimension of the Lorenz attractor.

function loren3clear;clfglobal A B RA=10;B=8/3;R=28;u0=100*(rand(3,1)-0.5);[t,u]=ode45(@lor2,[0,100],u0);N=find(t>10);v=u(N,:);x=v(:,1);y=v(:,2);z=v(:,3);plot3(x,y,z);view(158,14)function uprime=lor2(t,u)global A B Ruprime=zeros(3,1);uprime(1)=-A*u(1)+A*u(2);uprime(2)=R*u(1)-u(2)-u(1)*u(3);uprime(3)=-B*u(3)+u(1)*u(2);

By running the above Matlab code, we get the Lorenz attractor correlation as below:

Nonlinear Dynamics and Chaos, Chapter 11.5, Problem 1E , additional homework tip  1

This is the correlation dimension of Lorenz attractor.

Now consider the slope to be dcorr=2.05 and intersection c = -23.

Now use the below Matlab code to reproduce the figure 11.5.3.

d=2.05;c=-23;x=0:15;plot(x,d*x+c);

Nonlinear Dynamics and Chaos, Chapter 11.5, Problem 1E , additional homework tip  2

Hence, this is the required curve.

The slope of the above figure depends on the value of correlation; hence, the dimension depends on r.

Conclusion

The correlation dimension of the Lorenz attractor is computed. The slope of the figure depends on the value of correlation; hence, dimension depends on r.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
[) Hwk 29 SUBMIT ANSWEK Hwk 30 - (MA 244-03) (SP25) || X - Mind Tap Cengage Learning ☑ MA244-03_Syllabus_Spring, 20 × b Answered: [) 90% Hwk 29 Hwk X Rotation of Axes Example - Elimi X + https://www.webassign.net/web/Student/Assignment-Responses/last?dep=36606609 B שי 90% 2. [-/3 Points] DETAILS MY NOTES LARLINALG8 7.4.003. Use the age transition matrix L and age distribution vector X1 to find the age distribution vectors X2 and x3. 0 34 x2 = X3 = L = ↓ ↑ 1 0 0 x1 = 1 0 0 2 20 20 20 Then find a stable age distribution vector. x = t ↓ 1 Need Help? Read It SUBMIT ANSWER 3. [-/3 Points] DETAILS MY NOTES LARLINALG8 7.4.004. Use the age transition matrix L and age distribution vector X1 to find the age distribution vectors x2 and ×3. ill { ASK YOUR TEACHER PRACTICE ANOTHER ASK YOUR TEACHER PRACTICE ANOTHER
[) Hwk 29 SUBMIT ANSWER Hwk 29 - (MA 244-03) (SP25) || X - Mind Tap Cengage Learning ☑ MA244-03_Syllabus_Spring, 20 × b Answered: ( Homework#8 | ba X + https://www.webassign.net/web/Student/Assignment-Responses/submit?dep=36606608&tags=autosave#question3706218_2 2. [-/2.85 Points] DETAILS MY NOTES LARLINALG8 7.3.003. Prove that the symmetric matrix is diagonalizable. (Assume that a is real.) 0 0 a A = a 0 a 0 0 Find the eigenvalues of A. (Enter your answers as a comma-separated list. Do not list the same eigenvalue multiple times.) λ= Find an invertible matrix P such that P-1AP is diagonal. P = Which of the following statements is true? (Select all that apply.) ☐ A is diagonalizable because it is a square matrix. A is diagonalizable because it has a determinant of 0. A is diagonalizable because it is an anti-diagonal matrix. A is diagonalizable because it has 3 distinct eigenvalues. A is diagonalizable because it has a nonzero determinant. A is diagonalizable because it is a symmetric…
Use the method of undetermined coefficients to solve the given nonhomogeneous system. x-()*+(5) = 1 3 3 1 X+ t +3 -1 -2t 1 x(t) = º1 1 e +021 e +
Knowledge Booster
Background pattern image
Advanced Math
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, advanced-math and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781337278461
Author:Ron Larson
Publisher:Cengage Learning
Text book image
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage
Sine, Cosine and Tangent graphs explained + how to sketch | Math Hacks; Author: Math Hacks;https://www.youtube.com/watch?v=z9mqGopdUQk;License: Standard YouTube License, CC-BY