Question: How do I use maple inbuilt numerical methods like Euler, Runge-Kutta, Adams Bashforth and Moulton to solve 2nd order IVP and systems of first order IVP?

1. y''(x)+10y(x)=99sin(x), y(0)=1, y'(0)=11 in the interval [0,100]

the exact solution is y(x)=cos(10x)+sin(10x)+sin(x)

 

2. y'=z, y(0)=1

    z'=-y(x)+x, z(0)=2

    the exact solutions are y(x)=cos(x)+sin(x)+x, z(x)=cos(x)-sin(10x)+1

 

Please Wait...