photo

Yanelly Hernandez


Last seen: plus d'un an il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

1 Question
0 Réponses

RANG
132 709
of 298 641

RÉPUTATION
0

CONTRIBUTIONS
1 Question
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 635

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 161 878

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

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

environ 2 ans il y a | 1 réponse | 0

1

réponse