MATLAB Files
FemFoot.m This gives the pressure difference data for homework 2 problem 3.
An example of coding RK2 and using MATLAB's ode45: RK2ode45Graph.m and rhs.m
The predator-prey differential equation demonstrated on Feb 24th:
PPrhs.m and PPode45.m.
The rhs.m file represents the right hand side function.