Solving a Nonlinear Equation using Newton-Raphson Method
It’s required to solve that equation:
f(x) = x.^3 – 0.165*x.^2 + 3.993*10.^-4
using Newton-Raphson Method with initial guess (x0 = 0.05) to 3 iterations and also, plot that function.
Please help me with the code (i have MATLAB R2010a) …
I want the code to be with steps and iterations and if possible calculate the error also, pleaseIt’s required to solve that equation:
f(x) = x.^3 – 0.165*x.^2 + 3.993*10.^-4
using Newton-Raphson Method with initial guess (x0 = 0.05) to 3 iterations and also, plot that function.
Please help me with the code (i have MATLAB R2010a) …
I want the code to be with steps and iterations and if possible calculate the error also, please It’s required to solve that equation:
f(x) = x.^3 – 0.165*x.^2 + 3.993*10.^-4
using Newton-Raphson Method with initial guess (x0 = 0.05) to 3 iterations and also, plot that function.
Please help me with the code (i have MATLAB R2010a) …
I want the code to be with steps and iterations and if possible calculate the error also, please newton-raphson MATLAB Answers — New Questions