recategorized by
733 views
0 votes
0 votes
closed with the note: Numerical analysis removed from current gate CS syllabus

Which of the following statements is true in respect of the convergence of the Newton-Rephson procedure?

  1. It converges always under all circumstances.
  2. It does not converge to a tool where the second differential coefficient changes sign.
  3. It does not converge to a root where the second differential coefficient vanishes.
  4. None of the above.
recategorized by

Related questions

804
views
1 answers
1 votes
makhdoom ghaya asked Nov 9, 2016
804 views
The simplex method is so named because It is simple.It is based on the theory of algebraic complexes.The simple pendulum works on this method.No one thought of a better name.
744
views
0 answers
0 votes
makhdoom ghaya asked Nov 15, 2016
744 views
Use Simpson's rule with $h=0.25$ to evaluate $ V= \int_{0}^{1} \frac{1}{1+x} dx$ correct to three decimal places.
541
views
0 answers
0 votes
makhdoom ghaya asked Nov 15, 2016
541 views
Given $f(300)=2,4771; f(304) = 2.4829; f(305) = 2.4843$ and $f(307) = 2.4871$ find $f(301)$ using Lagrange's interpolation formula.
12.5k
views
2 answers
3 votes
Kathleen asked Sep 29, 2014
12,485 views
The Newton-Raphson method is used to find the root of the equation $X^2-2=0$. If the iterations are started from -1, the iterations willconverge to -1converge to $\sqrt{2}$converge to $\sqrt{-2}$not converge