Skip to content
Snippets Groups Projects
Select Git revision
  • d84d8a9d1f76e7c63e6c5ba02c41159229fcb956
  • main default protected
2 results

README.MD

Blame
  • Week 4 - Ordinary Differential Equations

    From 6.2, error at different step sizes for Euler integration (both are diverging) and Runge-Kutta with much smaller error.

    From 6.3, adaptive Runge-Kutta stepper's step size increasing to meet a desired error target. Could have used a more aggressive minimum error term to see the steps oscillate with the derivative instead of just meeting the requirements of the peak derivative.