EBK NONLINEAR DYNAMICS AND CHAOS WITH S
EBK NONLINEAR DYNAMICS AND CHAOS WITH S
2nd Edition
ISBN: 9780429680151
Author: STROGATZ
Publisher: VST
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:

EBK NONLINEAR DYNAMICS AND CHAOS WITH S, 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);

EBK NONLINEAR DYNAMICS AND CHAOS WITH S, 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
Do College Students With Part-Time Jobs Sleep Less? College students were surveyed about the number of hours they sleep each night.Group A = With part-time jobs | Group B = Without jobs Group A: 6, 5, 7, 6, 5Group B: 8, 7, 9, 8, 7 Instructions: State your hypothesis and perform a two-sample t-test with all formulas. Create histograms for each group. Label axes and add titles. Comment on the distribution shape (e.g., normal, skewed, etc.).Solve on pen and paper
This is advanced mathematics question that need detailed solutions
Question: Let F be a field. Prove that F contains a unique smallest subfield, called the prime subfield, which is isomorphic to either Q or Zp for some prime p. Instructions: • Begin by identifying the identity element 1 € F. • Use the closure under addition and inverses to build a subring. • • • Show that either the map ZF or Q →F is an embedding. Prove minimality and uniqueness. Discuss the characteristic of a field and link it to the structure of the prime subfield.
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