Question: create a program using matlab that will perform root location for f(x)= x^3-14x^2+59x-70 Newton- Raphson. The user will input guesses for the value of x1
create a program using matlab that will perform root location for f(x)= x^3-14x^2+59x-70 Newton- Raphson. The user will input guesses for the value of x1 in Newton-Raphson and the program will calculate the approximate value of the root, along with the approximate percent relative error Ea. The calculations will stop when the absolute value of Ea falls below error criterion Es = 0.00005% or after 20 iterations. Tabulate the results into the tables :( a) Newton-Raphson method Show in 3 columns the values for x1, x2 and the relative error.(see table 2 for sample
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
