What is this?
suppose i have an ODE
dx/dt=x/t
how do i draw isoclines?
thanks
> 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
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?
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