photo

Yanelly Hernandez


Last seen: 8 months ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Discretize model dx dt = σx − σy, dy dt = xρ − xz − y, dz dt = xy − βz, using Runge-Kutta methods (of order 2 or order 4).
Using the code : clear all close all clc Beta = [10;28;8/3]; x0 = [10;10;10];% I.C dt = 0.001; % time step size tspan = ...

1 year ago | 1 answer | 0

1

answer