Numerical Methods-MIDTERM
Numerical Methods-MIDTERM
> 0.
= True
Methods that uses a single initial value or two initial values that do not
necessarily brackets the root where Newton’s method is categorized are
called
= Open method
Newton’s Method is ideal to function which is
1. Differentiable also known as a “smooth” function
2. Transcendental or that which cannot be expressed in finite number of
terms.
3. Containing multiple roots
= Both of "Differentiable also known as a “smooth” function" and
"Transcendental or that which cannot be expressed in finite number of
terms." are correct
= True
A Hermitian matrix (or self-adjoint matrix) is a complex square matrix that is
equal to its own conjugate transpose and can be decomposed using
Cholesky’s method.
= True
Gauss-Jordan method consists of guessing a value and then using a
systematic method to obtain a refined estimate of the root.
= True
What is the next approximated root for the function f(x) = x + cos(x)
when x0 = 0?
= -1
= 0.7391
=1
Another condition that must be satisfied is that the diagonal elements are
all nonzero for the Gauss-Seidel method to be used:
= True
Newton’s method is powerful in giving multiple roots of any differentiable
function.
= False
Which of the following statements is true for the function f(x) = -e x + sin x,
when 0 is used as an initial value:
= Newton’s method cannot be used
The factorization in Cholesky’s Method can be generated efficiently by
recurrence relations.
= True
Newton’s method also known as the Newton-Raphson iteration is that,
suppose at point xi of the function, there is a tangent at that point. This
point is assumed to be:
= the root of the function
Each component of the new iterates in Gauss-Seidel method depends
upon all previously computed components, the updates cannot be done
simultaneously.
= True
Horner’s method which is a method for finding roots of a polynomial
equation f(x) =0 is almost similar to Newton’s method.
= True
Newton’s method is based on a truncated version of the Taylor series
keeping only the first order terms.
= True
One of the advantages of Newton’s method is that its converges fast even
if the initial guess was poorly chosen
= False
For the function , its first derivative is f’(x) is
= False
LU decomposition can be viewed as the matrix form of Gaussian
elimination
= True
It is impossible to find the complex roots of a polynomial function, using
Newton’s Method” is:
= False