Question: this is python 9 3 points Suppose we implement one iteration of a numerical method to the equation y' = -y2, y(0) = 1 with
this is python

9 3 points Suppose we implement one iteration of a numerical method to the equation y' = -y2, y(0) = 1 with step size h = 0.01 and the result is y1 = 0.9900996666666667, and then we apply the same method with h = 0.005 and the result is y1 = 0.9950249583333334. Determine the order of the method. 2 10 3 points
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
