Skip to content
Snippets Groups Projects
Commit d84d8a9d authored by David Preiss's avatar David Preiss
Browse files

Update week4/README.MD

parent a8bc531e
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
From 6.2, error at different step sizes for Euler integration (both are diverging) and Runge-Kutta with much smaller error. From 6.2, error at different step sizes for Euler integration (both are diverging) and Runge-Kutta with much smaller error.
![](img/6_2_euler_v_runge.png) ![](img/6_2_euler_v_runge.jpg)
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. 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment