Module Function

First we determine the parameters and initial conditions

par2 = {ro→4.8, xo->8, k->1.01} ;

inits = {x[0] == 1, y[0] == 1} ;

Next we calculate the steady state

solss2 = solSS/.par2//MatrixForm

( {{x[t] →0, y[t] →0}, {y[t] →0, x[t] →8}, {y[t] → -5520., x[t] →100.}} )

Since we wnat to integrate for several values of the parameters, we first  define a function with the Module command

Now we can integrate chnging the parameters or the intial conditions

NumMLVM[vars, odes, par2, inits, 100]

[Graphics:../HTMLFiles/MATH5_TUT_1_932.gif]


Created by Mathematica  (October 29, 2006) Valid XHTML 1.1!