Math Physiology: COMPUTER LAB I

We will use a program called xppaut for examining the dynamics of ordinary differential equation models ( PDF documentation). The math department supports a UNIX version of the software. xppaut requires a source file whose name has a *.ode suffix at the end (such as "bob.ode"). This source file contains definitions of the differential equations, parameter values, numerical integration information, etc. As an example, M_Menten.ode is a source file for the nondimensional Michaelis-Menten model derived in class. To execute this source file, type the following command in a terminal window:

xppaut M_Menten.ode &

Iconify all windows but the one with a black background. I'll guide from here