

InterviewSolution
Saved Bookmarks
1. |
The differential equation dydx=0.75y2 is to be solved using the backward (implicit) Euler's method with the boundary condition y = 1 at x = 0 and with a step size of 1. What would be the value of y at x = 1? |
Answer» The differential equation dydx=0.75y2 is to be solved using the backward (implicit) Euler's method with the boundary condition y = 1 at x = 0 and with a step size of 1. What would be the value of y at x = 1? |
|