assignment_2
assignment_2¶
Assignment 2
Functions
|
Solve the specified IVP using a 5th order predictor-corrector method. |
|
Solve the specified IVP using Euler's method. |
|
Solve the specified IVP using 4th order Runge-Kutta. |
|
Take one step using the RK45 algorithm. |
Classes
Bunch object for storing results of solve_ivp* methods. |