RosenbrockSDE

The resolution of the systems of differential equation using Rosenbrock method
25 Downloads
Aktualisiert 27. Aug 2019

Lizenz anzeigen

The resolution of the systems of differential equations

dY(t)/dt=AY(t)+B, t∈[t0,tf],
Y(t0)=Y0.

using Rosenbrock method.

Inputs : A : size matrix (n,n).
B : size matrix (n,s).

Y0 : size matrix (n,s).
t0,tf : temps.

Output: Y(1,:) : solution Y1,1(t) of the systems of differential equation.

Author : LAKHLIFA SADEK.

E-mail: lakhlifasdek@gmail.com; sadek.l@ucd.ac.ma

Last modification : 10/08/2019.

From the test, this method was found to be faster than the normal method known in Matlab (ode23s) in terms of time to calculate the approximate solution.

Zitieren als

LAKHLIFA SADEK (2024). RosenbrockSDE (https://www.mathworks.com/matlabcentral/fileexchange/72544-rosenbrocksde), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2019a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und MATLAB Answers
Tags Tags hinzufügen

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0