Linear Multistep solver for differential equations + Newton's method & order of convergence analysis
https://github.com/YanDRMachado/Linear-Multistep-Methods_Solver
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Numerical Methods for solving differential equations
The coefficients a_j and b_j are real and fully identify the method, as explained in the file.
At the end of the code you can check the parameter values for the following methods:
- Adam-Bashforth (AB, Explicit Adam)
- Adam-Moulton (AM, Implicit Adam)
- Backward Differentiation Methods (BDF, Implicit)
If you want to check solutions I recommend using ODE45 (which approximates through Runge-Kutta4) and plotting the error by subtraction.
Reference:
Quarteroni, A., Sacco, R., & Saleri, F. (2010). Numerical mathematics (Vol. 37). Springer Science & Business Media.
11.5 - Multistep Methods: (11.45)
Cite As
Yan D. R. Machado (2022). Linear Multistep solver for differential equations (https://www.mathworks.com/matlabcentral/fileexchange/<...>), MATLAB Central File Exchange. Retrieved February 15, 2022.
General Information
- Version 1.0.0 (83.1 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
