question1:
DEtools[phaseportrait]
([diff(y(x),x)=-y(x)],y(x),x=-2.2,[[y(-2)=2],[y(-2)=1],[y(-2)=-2]],dirgrid=[17,17],arrows=LINE,axes=NORMAL);
This is the version in Maple 7?
After accessing to the help file,maybe it should be
with(DEtools):
phaseportrait(diff(y(x),x)=-y(x),y(x),x=-2.2,[[y(-2)=2],[y(-2)=1,[y(-2)=-2]],dirgrid=[17,17],arrows=LINE,axes=NORMAL);
but can't generate the resuls.
dirgrid seems not exist in the help.
question2: