\relax \providecommand\tcolorbox@label[2]{} \@writefile{toc}{\contentsline {section}{\numberline {1}How accurate is the Euler method?}{1}} \@writefile{toc}{\contentsline {section}{\numberline {2}{\it {rk2.m}}, an ODE solver with global error $O(dt^2)$}{2}} \@writefile{lol}{\contentsline {lstlisting}{\numberline {1}MATLAB code for rk2 method.}{3}} \@writefile{toc}{\contentsline {section}{\numberline {3}{\it {predator\_rk2.m}} uses rk2 to solve the predator ODE}{3}} \@writefile{lol}{\contentsline {lstlisting}{\numberline {2}Calling the rk2 ODE solver.}{3}} \@writefile{toc}{\contentsline {section}{\numberline {4}{\it {rk4.m}}, an ODE solver with global error $O(dt^4)$}{4}} \@writefile{lol}{\contentsline {lstlisting}{\numberline {3}The rk4 ODE solver.}{4}} \@writefile{toc}{\contentsline {section}{\numberline {5}{\it {expsin\_solution.m}}, a new test ODE}{5}} \@writefile{lol}{\contentsline {lstlisting}{\numberline {4}Pseudocode for expsin function.}{5}} \@writefile{toc}{\contentsline {section}{\numberline {6} {\it {expsin\_deriv.m}}, the derivative function}{5}} \@writefile{lol}{\contentsline {lstlisting}{\numberline {5}Pseudocode for expsin ODE right hand side.}{5}} \@writefile{toc}{\contentsline {section}{\numberline {7} {\it {expsin\_errors.m}}, solve the expsin ODE 3 ways}{5}} \@writefile{lol}{\contentsline {lstlisting}{\numberline {6}An output of expsin\_errors.m for rk1}{5}} \@writefile{toc}{\contentsline {section}{\numberline {8} Homework \#4}{6}}