Comparing
numerical ODE solving techniques
Question
| Solutions | Coding
To
solve systems of ODE's numerically, various methods maybe applied.
This part of the website will explore and compare explicit and implicit
methods (Forward & Backward Euler, RK4, Midpoint), which numerically
approximate solutions to various ODEs, including systems of ODEs and
stiff differential equations.
All
coding was done on MATLAB. Output files and explanations can be found
in solutions.
Next
... Part 3: Application