osc1.m Solves problem 2.50 in Symon's Mechanics
osc2.m Graphs steady state x,v in response to F for forced damped oscillator of problem 2.50 in Symon's Mechanics (run osc1.m first: this script just graphs quantities computed there).
callfeqma.m Calls an ODE solver to integrate F=ma
feqma.m The RHS of F=ma for an anisotropic SHO
callch9prob15a.m Calls an ODE solver to integrate the equation of motion for the pendulum in Chapter 9, Problem 15, driven by motion of the support.
ch9prob15a.m The right hand side of the ODE for the calling problem above.
callch9prob15b.m" Calls an ODE solver for the linearization of the problem above.
ch9prob15b.m The right hand side of the ODE for the linearization above.
twopendulums.m This script finds the eigenmodes of a system of two pendulums, hung one above the other.
[Suggestion: download these M-files to Matlab's `work' subdirectory. Then Matlab will be able to find them. Run them by simply naming them. For example, type at the prompt: callfeqma -- that script will in turn call feqma.m on its own.]