I apologize for my inability to create subscript digits, I'm hope you guys can follow this (it's difficult for me to explain over the internet)
To do it on Cas, Bring up sequence mode from the main menu...
You'll see boxes for 3 variables, a, b and c.
For simplicity, I use 'a' as x values and 'b' for y values.
a(n+1) is the new x value, let this equal an + h
a0 is the initial x value
b(n+1) is the differential equation, enter this in terms of bn and an (these values are found in keyboard>math>OPTN)
b0 is initial y value
As an example. I want to find the range of values of the equation dy/dx=2x-1 with a step size of 0.1, initial conditions x=1 when y=2.
a0=1
b0=2
a(n+1)= an+.1
b(n+1)= 0.1(2an-1) +Bn > that is h(2xn-1) + yn
from here, select the boxes for a and b, then click on the button that resembles an open book (can't describe it any other way) in the top menu bar. from their you can choose what results you want to bring up by pressing the button with the 2 arrows, x... and y... in it.
feel free to rewrite this better using fancy text etc if you want.
I also cannot take credit for this, as It was my classmate Keith who told me.
I hope that made sense
