Recent questions tagged newton-raphson-method

0 0 votes
0 0 answers
Newton-Raphson method is to be used to find root of equation $3x-e^x+ \sin x=0$.If the initial trial value for the root is taken as $0.333$, the next approximation for th...
0 0 votes
0 0 answers
In newton-Raphson iterative method, the initial guess value $(x_{\text{ini}})$ is considered as zero while finding the roots of the equation: $f(x) = -2+6x-4x^2+0.5x^3$. ...
0 0 votes
0 0 answers
The quadratic equation $x^2 – 4x +4 =0$ is to be solved numerically, starting with the initial guess $x_0=3$. The Newton-Raphson method is applied once to get a new estim...
0 0 votes
1 answers 1 answer
The quadratic equation $2x^2 - 3x +3=0$ is to be solved numerically starting with an initial guess as $x_0=2$. The new estimate of $x$ after the first iteration using New...
To see more, click for the full list of questions or popular tags.