in Numerical Methods retagged by
1,855 views
0 votes
0 votes

In which of the following methods proper choice of initial value is very important?

  1. Bisection method
  2. False position
  3. Newton-Raphson
  4. Bairsto method
in Numerical Methods retagged by
by
1.9k views

1 Answer

0 votes
0 votes

C. Newton-Raphson ..

 

The Newton Raphson method the approximation value is found out by :

x(1)

= x(0) + {f(x(0))}/ {f′x(x(0))}...

Hence it depends on the initial value x0 ...

 

1. https://en.wikipedia.org/wiki/Newton%27s_method

 

by
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true