Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 402 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 402 Bytes

ConvergencyOrderTest

This notebook computes the convergency order (p) according to [Richard L. Burden, J. Douglas Faires, Numerical Analysis, 2010]

RK4 and RK5(See S. Chapra e R. P. Canale. Numerical Methods for Engineers. McGraw-Hill, New York, 1998.) are tested.

Due to numerical errors, we illustrate that decreasing integration step does not necessarily yields more precise approximations.