State Modified Euler aborithm to solve
y' =f , y), f(x)= y0 at X=x0 + h.
Answers
Answered by
0
Answer:
y(n+1) = y(n) + h * f(x(n), y(n))
where h = (x(n) – x(0)) / n
h indicates step size. Choosing smaller
values of h leads to more accurate results
and more computation time.
Step-by-step explanation:
Please follow me and mark my answers as brainliest
Similar questions