Parameters 9

First we determine the parameters and initial conditions

par9 = {ro→4.8, xo->8., k→9/7 + 1.*10^-6} ;

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

Next we calculate the steady state

solss9 = solSS/.par9//MatrixForm

( {{x[t] →0, y[t] →0}, {y[t] →0, x[t] →8.}, {y[t] →9.44999, x[t] →3.49999}} )

Finally we integrate the differential equations

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

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


Created by Mathematica  (September 7, 2006) Valid XHTML 1.1!