In my advanced seminar, I have to implement and evaluate numerical methods for solving of ordinary differential equations. I need to run the implemented methods on the Raspberry Pi Board and evaluate the execution time as well as the accuracy of these methods. Are there any good examples of ordinary differential equations that I could use for evaluating of explicit and implicit methods? I've described and implemented the following numerical methods:
- explicit:
Euler's method
,Heun's method
,Fourth Order Runge-Kutta
- implicit:
Euler's method
,Non Self Starting Heun's method
,Milne's method