Question: Implement in MATLAB the Newton_Raphson.m function allowing to identify by the Newton-Raphson method the root of a polynomial P(x) the most close to x0 (starting
Implement in MATLAB the Newton_Raphson.m function allowing to identify by the Newton-Raphson method the root of a polynomial P(x) the most close to x0 (starting point of the algorithm). The inputs are: the polynomial coefficients, the value x0, the maximum number of iterations and the required tolerance. The outputs are: the found root x, the number of iterations performed and the accuracy obtained (P (x)).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
