Question: Maple Programme for solving y/=y

please i want to write the maple programme  for solving y/ =y, y(0)=1, 0≤x1 with h=0.1 using the following three schemes simultaneously:

1. (7/12)yn+1 - yn+1/2 +5/12yn =(h/12)fn+2

2. yn+2 - (4/3)yn+1 +1/3yn =(2h/3)fn+2

3. yn+1 -yn =hfn+1/2.

The output should be disaplayed in tabular form indicating x, exact solution, numerical solution, absolute error.

Furthermoree, if the results are to be plotted, how will the programme? Please assist me through.

Thanks

Please Wait...