Tagged Questions
0
votes
1answer
87 views
Euler's Numerical method help
Consider this differential equation,
$dy/dx = x + \sin(y)$
with initial condition $y = 0.5$ when $x = 1.2$:
Write down the recurrence relation for Euler's numerical method
...