Melawrgh

16 Reputation

2 Badges

16 years, 10 days

MaplePrimes Activity


These are answers submitted by Melawrgh

Oo thank you! That helped.

Now I'm trying to graphs a sequence of solutions with different initial conditions on one graph. So I wrote this:

display(seq(plots[odeplot](dsolve({de, y(0)=k}, y(t), numeric), [t,y(t)], t=0..10), k=0..4, 0.2), insequence=true)

 

But the output from that is basically:

display(PLOT(...), PLOT(...).... etcetc)

 

I checked the brackets and I think they're all okay. Is it the syntax? Or just the idea in general?

Page 1 of 1