1.
Implement the Rayleigh quotient iteration described in Problem 19.18 in the MATLAB function rqiter.
Using a random0, test rqiter with random matrices of dimensionsandUse tolmaxiter
2.
Implement Newton’s method with a MATLAB function having calling syntax
root = newton(f,df,x0,tol,maxiter);
The argument f is the function, df isx0 is the initial approximation, tol is the required relative
error bound
for all points except those very close to the pole at
Plot gof the intervalIs there a root in the interval
Try to compute the root using Newton’s method with0Explain the results.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here