#8

> ode1 := diff( R(t), t ) = 2*(1-R(t)/3)*R(t) - R(t)*F(t) ;

[Maple Math]

> ode2 := diff( F(t), t ) = -2*F(t) + 4*R(t)*F(t) ;

[Maple Math]

> MODEL := { ode1, ode2 } ; # define the differential equation model

[Maple Math]

> VAR := { R(t), F(t) } ; # identify the variables in the model in the form h(t), u(t)

[Maple Math]

>

Equilibrium Solution

Initial Conditions

Solution Curves

>