Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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.
Cita come
LAKHLIFA SADEK (2026). BDFSDE (https://it.mathworks.com/matlabcentral/fileexchange/72543-bdfsde), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato da: invSym
Informazioni generali
- Versione 1.0.0 (9,88 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0 |
|
