Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

6/9/2021 Midterm Exam

Home / My courses /
UGRD-MATH6330-2033T /
Week 9: Midterm Examination /
Midterm Exam

Question 1
Answer saved

Marked out of 1.00

Newton’s method is powerful in giving multiple roots of any differentiable function.

Select one:
True

False

Question 2
Answer saved

Marked out of 1.00

Since matrices are used to represent properties of images, it follows that transformation of images may use eigenvalues and eigenvectors to
do that.

Select one:
True

False

Question 3
Answer saved

Marked out of 1.00

Secant method is usually the best option if the function doesn’t have an exact formula but just a pair of x and y values.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 1/15
6/9/2021 Midterm Exam

Question 4
Answer saved

Marked out of 1.00

The eigenvalues that corresponds to the characteristic polynomial are λ2-4λ+3 are λ = 1 and λ = -3.

Select one:
True

False

Question 5
Answer saved

Marked out of 1.00

For the given systems of linear equations, with initial values x1 =0;  x2 =0; x3 = 0. The next iterative value of x1 using Gauss-Seidel Method is
1.3333.

Select one:
True

False

Question 6
Answer saved

Marked out of 1.00

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:

Select one:
a. the upper limit of the interval

b. the root of the function

c. the derivative of the function

d. the lower limit of the interval

Clear my choice

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 2/15
6/9/2021 Midterm Exam

Question 7
Answer saved

Marked out of 1.00

Cholesky’s Method is based on the fact that a symmetric matrix can be decomposed into triangular factors are the transpose of each other.

Select one:
True

False

Question 8
Answer saved

Marked out of 1.00

A matrix decomposition method that has an upper triangular matrix and an orthogonal matrix is referred to as the QR 

Select one:
True

False

Question 9
Answer saved

Marked out of 1.00

Suppose we do not know that the true value of the root of f(x) = x3 -1 is 1. How many iterations will be used to get the true value suppose
the initial value of x = 0?

Select one:
a. 4

b. 1

c. 2

d. 3

Clear my choice

Question 10
Answer saved

Marked out of 1.00

Horner’s method which is a method for finding roots of a polynomial equation f(x) =0 is almost similar to Newton’s method.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 3/15
6/9/2021 Midterm Exam

Question 11
Answer saved

Marked out of 1.00

For the function  , its first derivative is  f’(x) is  

Select one:
True

False

Question 12
Answer saved

Marked out of 1.00

Another condition that must be satisfied is that the diagonal elements are all nonzero for the Gauss-Seidel method to be used:

Select one:
True

False

Question 13
Answer saved

Marked out of 1.00

The Cholesky factorization for the sample matrix given above is:

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 4/15
6/9/2021 Midterm Exam

Question 14
Answer saved

Marked out of 1.00

The slope of the secant line has nothing to do with the convergence of the Secant method.

Select one:
True

False

Question 15
Answer saved

Marked out of 1.00

Matrix    has repeated eigenvalues

Select one:
True

False

Question 16
Answer saved

Marked out of 1.00

If matrix is A is positive definite then a11 > 0. 

Select one:
True

False

Question 17
Answer saved

Marked out of 1.00

LU decomposition can be viewed as the matrix form of Gaussian elimination

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 5/15
6/9/2021 Midterm Exam

Question 18
Answer saved

Marked out of 1.00

Newton’s method is based on a truncated version of the Taylor series keeping only the first order terms.

Select one:
True

False

Question 19
Answer saved

Marked out of 1.00

The eigenvectors of A =  and  are the same.

Select one:
True

False

Question 20
Answer saved

Marked out of 1.00

When it comes to computer implementation, secant method may have disadvantage over the Newton-Raphson since Secant method
depends on the previous approximation making it slower than the Newton Raphson

Select one:
True

False

Question 21
Answer saved

Marked out of 1.00

For the given systems of linear equations, with initial values x1 =0;  x2 =0; x3 = 0. The next iterative value of x3 using Gauss-Seidel Method is
0.5278. 

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 6/15
6/9/2021 Midterm Exam

Question 22
Not yet answered

Marked out of 1.00

Power method is an iterative approach that can be employed to determine the largest or dominant eigenvalue

Select one:
True

False

Question 23
Answer saved

Marked out of 1.00

Secant method is nearly as fast as the Newton-Raphson method and ensures convergence rather than the latter.

Select one:
True

False

Question 24
Answer saved

Marked out of 1.00

Secant method is categorized as bracketing method because it uses two points of the secant as initial values.

Select one:
True

False

Question 25
Answer saved

Marked out of 1.00

Gauss-Jordan method consists of guessing a value and then using a systematic method to obtain a refined estimate of the root.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 7/15
6/9/2021 Midterm Exam

Question 26
Answer saved

Marked out of 1.00

The characteristic polynomial involves the calculation of zeros. These values of the roots are the eigenvalues.

Select one:
True

False

Question 27
Answer saved

Marked out of 1.00

In employing Gauss-Seidel method, the most recent values should be used to substitute with the formula of finding x1, x2 and x3,
respectively. 

Select one:
True

False

Question 28
Answer saved

Marked out of 1.00

The part where the derivative of the Newton-Raphson was replaced by the slope of the secant line in Secant method.

Select one:
True

False

Question 29
Answer saved

Marked out of 1.00

For the function f(x) = ex-2 the next approximated value of the root when x0 = -1 and x1 = 1 is x2 =  0.98626.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 8/15
6/9/2021 Midterm Exam

Question 30
Answer saved

Marked out of 1.00

Positive definite matrix can be efficiently solved using Cholesky decomposition.

Select one:
True

False

Question 31
Answer saved

Marked out of 1.00

The given matrix above is a symmetric matrix.

Select one:
True

False

Question 32
Answer saved

Marked out of 1.00

In giving initial values of x0 and x1, both of them should preferably be close to the solution.

Select one:
True

False

Question 33
Answer saved

Marked out of 1.00

When it comes to computer implementation, secant method may have an advantage over the Newton-Raphson since the latter only
evaluates the function and not its derivative.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 9/15
6/9/2021 Midterm Exam

Question 34
Answer saved

Marked out of 1.00

Rearranging rows are prohibited when evaluating the matrix if it is diagonally dominant.

Select one:
True

False

Question 35
Answer saved

Marked out of 1.00

Each component of the new iterates in Gauss-Seidel method depends upon all previously computed components, the updates cannot be
done simultaneously.

Select one:
True

False

Question 36
Answer saved

Marked out of 1.00

If a matrix has its entire diagonal elements are positive, then the real parts of its eigenvalues are negative.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 10/15
6/9/2021 Midterm Exam

Question 37
Answer saved

Marked out of 1.00

The goal in using Newton’s method is the   When choosing an initial value, a good guess is :

1. A value which when substituted to the function will give a near zero value
2. A value with f ’(x) ≠ 0
3. Always starting with 0

Select one:
a. "A value which when substituted to the function will give a near zero value" and "A value with f ’(x) ≠ 0" are correct. 

b. "A value which when substituted to the function will give a near zero value" is correct 

c. "A value which when substituted to the function will give a near zero value" and "Always starting with 0" are correct. 

d. All of the answers correct

Clear my choice

Question 38
Answer saved

Marked out of 1.00

It is impossible to find the complex roots of a polynomial function, using Newton’s Method” is:

Select one:
True

False

Question 39
Answer saved

Marked out of 1.00

If the magnitude of the diagonals is greater than the sum of the non-diagonals in the same row, then the matrix is not diagonally dominant.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 11/15
6/9/2021 Midterm Exam

Question 40
Answer saved

Marked out of 1.00

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

Select one:
a. Both of "Differentiable also known as a “smooth” function" and "Transcendental or that which cannot be expressed in finite number
of terms." are correct 

b. "Differentiable also known as a “smooth” function" is correct 

c. All of the answers correct 

d. Both of "Differentiable also known as a “smooth” function" and "Containing multiple roots." are correct 

Clear my choice

Question 41
Answer saved

Marked out of 1.00

The characteristic polynomial formed from the matrix

is given as:  -λ3+3λ2-4λ+4

Select one:
True

False

Question 42
Answer saved

Marked out of 1.00

The iteration may terminate if the difference between approximated values of x is already zero.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 12/15
6/9/2021 Midterm Exam

Question 43
Answer saved

Marked out of 1.00

If QT is the transpose of Q then QT Q = I or the identity matrix.

Select one:
True

False

Question 44
Answer saved

Marked out of 1.00

In general, an n × n matrix will have a characteristic polynomial of degree of n+ 1, and its roots are the eigenvalues of A.

Select one:
True

False

Question 45
Not yet answered

Marked out of 1.00

Secant method replaces the tangent in Newton’s method to the slope of the function using two initial guesses.

Select one:
True

False

Question 46
Answer saved

Marked out of 1.00

If matrix A gives the largest eigenvalue, it suggests that if A -1 exists, the smallest eigenvalue can be obtained through inverse power
method.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 13/15
6/9/2021 Midterm Exam

Question 47
Answer saved

Marked out of 1.00

Roots of transcendental functions are easily approximated using Newton’s method provided that f’(x) ≠ 0.

Select one:
True

False

Question 48
Answer saved

Marked out of 1.00

One of the advantages of Newton’s method is that its converges fast even if the initial guess was poorly chosen

Select one:
True

False

Question 49
Answer saved

Marked out of 1.00

Direct method for finding the eigenvalues is recommended since the calculation of zeros of a polynomial is numerically challenging if not
unstable.

Select one:
True

False

Question 50
Answer saved

Marked out of 1.00

The absolute value of the ratio of   is x0 = 0 is 8

Select one:
True

False

◄ Midterm Quiz 2

Jump to... 

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 14/15
6/9/2021 Midterm Exam

W10: Lesson 7 - Numerical Differentiation and Integration - Module ►

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=356844&cmid=11800#question-357222-45 15/15

You might also like