BDFSDE

The resolution of the systems of differential equations using backward differentiation formula method
41 Descargas
Actualizado 27 ago 2019

Ver licencia

The resolution of the systems of differential equations

{Y˙(t)=AY(t)+B, t∈[t0,tf],Y(t0)=Y0.

using backward differentiation formula 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.

Citar como

LAKHLIFA SADEK (2024). BDFSDE (https://www.mathworks.com/matlabcentral/fileexchange/72543-bdfsde), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2019a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Ordinary Differential Equations en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas
Agradecimientos

Inspirado por: invSym

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0