Question: x 1 = ( x 0 ) = x 0 - 4 f 0 f 0 ' + - [ 9 f 0 ' 2
i Write a Maple procedure which takes as its arguments a function an initial estimate
for a root a number of steps and a boolean called display. The procedure
should use the function from part d to produce a sequence of iterates dots,
such that In each step, the sign that gives the denominator the larger
magnitude should be chosen. The procedure should return as its result. If display
is true, the procedure should display at each step using scientific notation use
e with printf If display is false, no information should be displayed while
the procedure is running.
ii Test your procedure for the case
with the initial estimate Perform a further test using an arbitrarily chosen
function but not a polynomial Estimate the rate of convergence in both cases.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
