John Starrett

178 Reputation

8 Badges

20 years, 19 days

MaplePrimes Activity


These are answers submitted by John Starrett

Here is another way to do it.

L1:= op(indets(DEplot({diff(x(t),t)=x(t)+x(t)^3-x(t)^5,diff(y(t),t)=1},
[x(t),y(t)], t=0 .. 12, [[x(0)=2.5,y(0)=1]],numpoints=1000),list(list(numeric)))):

plot(L1,coords=polar,scaling=constrained);

Page 1 of 1