Select Git revision
-
Paul Fertser authored
Change-Id: I431bfb9acf7dd6ad61b9e8f5c20568be22e9f39d Signed-off-by:
Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2146 Tested-by: jenkins Reviewed-by:
Xiaofan <xiaofanc@gmail.com> Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
Paul Fertser authoredChange-Id: I431bfb9acf7dd6ad61b9e8f5c20568be22e9f39d Signed-off-by:
Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2146 Tested-by: jenkins Reviewed-by:
Xiaofan <xiaofanc@gmail.com> Reviewed-by:
Spencer Oliver <spen@spen-soft.co.uk>
README.MD 508 B
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.