how to draw isocline is ODEs?

suppose i have an ODE

dx/dt=x/t

how do i draw isoclines?

thanks

gkokovidis's picture

ODE isoclines

 > restart:
> with(DEtools):
> with(plots):
> F:=DEplot(D(x)(t)=(x(t)/t),x(t),t=-0.1..0.1,x=-1..1):
> C:=contourplot((x(t)/t),t=-0.3..0.3,x=-1..1,color=blue):
> display(C,F);
 

 

Regards,
Georgios Kokovidis
Dräger Medical


 

hwever

thanks

 

i know i can do that this way

 

however

 

if i draw it by hand

 

i rearrange that to x/t=c ( c is constant)

then x=ct are they suppose to be straight lines??

why maple give me curly curves?

 

thanks

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}