photo

Yanelly Hernandez


Last seen: 約1年 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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 = ...

2年弱 前 | 1 件の回答 | 0

1

回答