Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Matlab Consider the following three-dimensional nonlinear dynamical system de y1 dt dt 3 dt It is known that the solution to (4) is chaotic in

image text in transcribed

Matlab

Consider the following three-dimensional nonlinear dynamical system de y1 dt dt 3 dt It is known that the solution to (4) is chaotic in time and it settles on a strange attractor. By using the function AB2.m you coded in Exercise 1, compute the numerical solution to (4). To this end, set NSTEPS-1e5, DT- 1e-3, 10STEP 50, y0-11; 2; 3, and write a function function [y,t]-solve ODEsystem() Output y: 3S matrix collecting S time snapshots of the solution to (4). Note that S-floor (NSTEPS/10STEP) +1-2001 t: 1 S vector collecting the time instants at which the solution is saved in the output matrix y. The function solve-ODE-system should also return the following items 1. The graphs of yi(t), (t) and ys(t) versus time in figure (1). 2. A three-dimensional plot of the curve (Y1(t),U2(t), (t)) in figure (2) (use the Matlab command plot3() see the documentation)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 2 Lnai 9285

Authors: Annalisa Appice ,Pedro Pereira Rodrigues ,Vitor Santos Costa ,Joao Gama ,Alipio Jorge ,Carlos Soares

1st Edition

3319235249, 978-3319235240

More Books

Students also viewed these Databases questions

Question

understand the meaning of the terms discipline and grievance

Answered: 1 week ago