Foundations-of-Applied-Mathematics / lab-issue-tracker

0 stars 0 forks source link

Issue with Numerical IVPs Runge-Kutta definition #53

Open iso2013 opened 1 month ago

iso2013 commented 1 month ago

The definition uses $t_{i + 1}$ in $K_4$; however, this is not intuitive and it should just be $t_i + h$ to be consistent with $K_3$ - $K_2$.