x-nullclines

Here we illustrate first for the [Maple Math] -nullclines of the competing species example from the text:

> xNULLeqn := factor( rhs(ode1) ) = 0 ;

[Maple Math]

Thus, the [Maple Math] -nullcline consists of the two lines [Maple Math] and [Maple Math] . Here is how these might be plotted:

> xNULL1 := plot( [ 0, y, y=-5..25 ], color=GREEN ):

> xNULL2 := plot( 10-x, x=-5..15, color=GREEN ):

> xNULLplot := display( [ xNULL1, xNULL2 ], axes=BOXED ):

> #xNULLplot;

>