This matlab code is originally from my homework from an aerospace advanced engineering mathematics course, but it can be use to learn various things such as: for loops, if statements, while loops, and much more...
***To save, right click and select 'save link as'***
This programs uses MATlab to calculate the area under a curve using the trapezoidal rule and the simpson's 1/3 rule.
Traprule_simpsons13rule.mThis program uses MATlab to calculate stepsize of convergence for Euler's method, Taylor's method, Runge Kutta Method to the 4th order, and Runge Kutta to the 5th order
StepsizeConvergence.m