Equilibrium Solutions

Equilibrium solutions, which occur wherever the nullclines for the different equations intersect, can sometimes be found by directly setting the RHS's to zero and solving the resulting system of equations.

> EQUILeqns := { rhs( ode1 ) = 0, rhs( ode2 ) = 0 } ;

> EQUILsoln := solve( EQUILeqns, VAR ) ;

>