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

6/9/2021 Midterm Exam: Attempt review

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

Started on Wednesday, 9 June 2021, 11:09 AM


State Finished
Completed on Wednesday, 9 June 2021, 11:35 AM
Time taken 26 mins 5 secs
Grade 45.00 out of 50.00 (90%)

Question 1
Incorrect

Mark 0.00 out of 1.00

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

Select one:
True 

False

Question 2
Correct

Mark 1.00 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
Correct

Mark 1.00 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/review.php?attempt=356844&cmid=11800#question-357222-23 1/15
6/9/2021 Midterm Exam: Attempt review

Question 4
Correct

Mark 1.00 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
Correct

Mark 1.00 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
Incorrect

Mark 0.00 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

Your answer is incorrect.

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

Question 7
Correct

Mark 1.00 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
Correct

Mark 1.00 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
Incorrect

Mark 0.00 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

Your answer is incorrect.

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

Question 10
Correct

Mark 1.00 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

Question 11
Incorrect

Mark 0.00 out of 1.00

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

Select one:
True 

False

Question 12
Correct

Mark 1.00 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

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

Question 13
Correct

Mark 1.00 out of 1.00

The Cholesky factorization for the sample matrix given above is:

Select one:
True 

False

Question 14
Correct

Mark 1.00 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
Correct

Mark 1.00 out of 1.00

Matrix    has repeated eigenvalues

Select one:
True 

False

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

Question 16
Correct

Mark 1.00 out of 1.00

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

Select one:
True 

False

Question 17
Correct

Mark 1.00 out of 1.00

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

Select one:
True 

False

Question 18
Correct

Mark 1.00 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
Correct

Mark 1.00 out of 1.00

The eigenvectors of A =  and  are the same.

Select one:
True

False 

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

Question 20
Correct

Mark 1.00 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
Correct

Mark 1.00 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

Question 22
Correct

Mark 1.00 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
Incorrect

Mark 0.00 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

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

Question 24
Correct

Mark 1.00 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
Correct

Mark 1.00 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

Question 26
Correct

Mark 1.00 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
Correct

Mark 1.00 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

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

Question 28
Correct

Mark 1.00 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
Correct

Mark 1.00 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 

Question 30
Correct

Mark 1.00 out of 1.00

Positive definite matrix can be efficiently solved using Cholesky decomposition.

Select one:
True 

False

Question 31
Correct

Mark 1.00 out of 1.00

The given matrix above is a symmetric matrix.

Select one:
True 

False

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

Question 32
Correct

Mark 1.00 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
Correct

Mark 1.00 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

Question 34
Correct

Mark 1.00 out of 1.00

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

Select one:
True

False 

Question 35
Correct

Mark 1.00 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

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

Question 36
Correct

Mark 1.00 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 

Question 37
Correct

Mark 1.00 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

Your answer is correct.

Question 38
Correct

Mark 1.00 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 

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

Question 39
Correct

Mark 1.00 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 

Question 40
Correct

Mark 1.00 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 

Your answer is correct.

Question 41
Correct

Mark 1.00 out of 1.00

The characteristic polynomial formed from the matrix

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

Select one:
True 

False

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

Question 42
Correct

Mark 1.00 out of 1.00

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

Select one:
True 

False

Question 43
Correct

Mark 1.00 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
Correct

Mark 1.00 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
Correct

Mark 1.00 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

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

Question 46
Correct

Mark 1.00 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

Question 47
Correct

Mark 1.00 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
Correct

Mark 1.00 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
Correct

Mark 1.00 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 

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

Question 50
Correct

Mark 1.00 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...

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

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

You might also like