rhnaza12

-2 Reputation

2 Badges

14 years, 241 days

MaplePrimes Activity


These are questions asked by rhnaza12

I'm using the commands:

RungeKutta(d/dt(y(t))=-y(t),y(0)=1,t=1,submethod=rk4,output=plot,numsteps=10);

Euler(d/dt(y(t))=-y(t),y(0)=1,t=1,output=plot,numsteps=10);

Each of these commands yields its own serperate graph.  How can I plot both on graph to see how the approximations vary?

 

Thanks!

Page 1 of 1