How would you rewrite the following equation into the Euler's (not improved) method?
y'= y -x - 1, y(0)
this is what I attempted:
Ysub(n+1) = Ysub (n)+ h (-x sub (n), Ysub (n) - 1)
Is this correct?
Printable View
How would you rewrite the following equation into the Euler's (not improved) method?
y'= y -x - 1, y(0)
this is what I attempted:
Ysub(n+1) = Ysub (n)+ h (-x sub (n), Ysub (n) - 1)
Is this correct?