100% found this document useful (1 vote)
280 views14 pages

Midterm Exam 2

The document is a midterm exam for a mathematics course consisting of 30 multiple choice questions covering various topics related to numerical analysis methods including root finding algorithms like Newton's method and the secant method, matrix decompositions, eigenvalues and eigenvectors, and systems of linear equations. The questions test understanding of concepts like convergence of root finding methods, matrix properties, and applications of numerical methods.

Uploaded by

Erick Garcia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
280 views14 pages

Midterm Exam 2

The document is a midterm exam for a mathematics course consisting of 30 multiple choice questions covering various topics related to numerical analysis methods including root finding algorithms like Newton's method and the secant method, matrix decompositions, eigenvalues and eigenvectors, and systems of linear equations. The questions test understanding of concepts like convergence of root finding methods, matrix properties, and applications of numerical methods.

Uploaded by

Erick Garcia
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

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

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 2
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 3
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 4
Answer saved

Marked out of 1.00

Eigenvalues are used in the analysis of linear transformation such as scaling.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=357022&cmid=11800#question-357400-46 1/14
6/9/2021 Midterm Exam

Question 5
Answer saved

Marked out of 1.00

The largest eigenvalue of A−1  is the smallest eigenvalue of A in magnitude.

Select one:
True

False

Question 6
Answer saved

Marked out of 1.00

The Cholesky factorization for the sample matrix given above is:

Select one:
True

False

Question 7
Answer saved

Marked out of 1.00

The Secant method is convergent for the function f(x) = 3x4 – x -3 whose initial values are present between x0 = 2 and x1 = 4 

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=357022&cmid=11800#question-357400-46 2/14
6/9/2021 Midterm Exam

Question 8
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 9
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 10
Answer saved

Marked out of 1.00

Triangular matrices have their eigenvalues on the diagonal of the matrix therefore the eigenvalues of A are the diagonal elements.

Select one:
True

False

Question 11
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=357022&cmid=11800#question-357400-46 3/14
6/9/2021 Midterm Exam

Question 12
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 x2 using Gauss-Seidel Method is
1.5. 

Select one:
True

False

Question 13
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 14
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 15
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=357022&cmid=11800#question-357400-46 4/14
6/9/2021 Midterm Exam

Question 16
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 17
Answer saved

Marked out of 1.00

What is the next approximated root for the function f(x) = x + cos(x) when x0 = 0?

Select one:
a. 1

b. -1

c. 0

d. -0.7391

Clear my choice

Question 18
Answer saved

Marked out of 1.00

In the case of the tridiagonal system strict diagonal dominance means simply that (with a0 = an = 0) 

Select one:
True

False

Question 19
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=357022&cmid=11800#question-357400-46 5/14
6/9/2021 Midterm Exam

Question 20
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 21
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 22
Answer saved

Marked out of 1.00

One of the advantages of secant method over the Newton’s Method is the use of derivatives.

Select one:
True

False

Question 23
Answer saved

Marked out of 1.00

If x2 is the approximated root in Secant method, it follows that; the value of f(x2) must be equal to 0.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=357022&cmid=11800#question-357400-46 6/14
6/9/2021 Midterm Exam

Question 24
Answer saved

Marked out of 1.00

The secant method can fail to find a root of a nonlinear function that has a small slope near the root assures the presence of the root.

Select one:
True

False

Question 25
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. 1

b. 4

c. 3

d. 2

Clear my choice

Question 26
Answer saved

Marked out of 1.00

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

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=357022&cmid=11800#question-357400-46 7/14
6/9/2021 Midterm Exam

Question 27
Answer saved

Marked out of 1.00

Matrix    has repeated eigenvalues

Select one:
True

False

Question 28
Answer saved

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 29
Answer saved

Marked out of 1.00

The factorization in Cholesky’s Method can be generated efficiently by recurrence relations.

Select one:
True

False

Question 30
Answer saved

Marked out of 1.00

Positive definite matrix can be efficiently solved using Cholesky decomposition.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=357022&cmid=11800#question-357400-46 8/14
6/9/2021 Midterm Exam

Question 31
Answer saved

Marked out of 1.00

For the function f(x) = ex-2 the value of f(x2) when x0 = -1 and x1 = 1 is f(x) =  -0.5248

Select one:
True

False

Question 32
Answer saved

Marked out of 1.00

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.

Select one:
True

False

Question 33
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 34
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

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=357022&cmid=11800#question-357400-46 9/14
6/9/2021 Midterm Exam

Question 35
Answer saved

Marked out of 1.00

The tangent line is projected to approximate the root of the function where it crosses the

Select one:
a. function at its lowest point 

b. origin 

c. y axis 

d. x axis 

Clear my choice

Question 36
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 37
Answer saved

Marked out of 1.00

Just like the Newton-Raphson method, the initial guesses affect the convergence of the Secant method.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=357022&cmid=11800#question-357400-46 10/14
6/9/2021 Midterm Exam

Question 38
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 lower limit of the interval

b. the derivative of the function

c. the root of the function

d. the upper limit of the interval

Clear my choice

Question 39
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

Question 40
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

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=357022&cmid=11800#question-357400-46 11/14
6/9/2021 Midterm Exam

Question 41
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 42
Answer saved

Marked out of 1.00

The given matrix above is a symmetric matrix.

Select one:
True

False

Question 43
Answer saved

Marked out of 1.00

The eigenvectors of A =  and  are the same.

Select one:
True

False

Question 44
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=357022&cmid=11800#question-357400-46 12/14
6/9/2021 Midterm Exam

Question 45
Answer saved

Marked out of 1.00

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

Select one:
True

False

Question 46
Not yet answered

Marked out of 1.00

For the function  f(x) =its first derivative is  f’(x) is   The first derivative of the function   is f’(x) = 

Select one:
True

False

Question 47
Answer saved

Marked out of 1.00

The function f(x) = x3 -5 with initial guesses x0 and x1 would converge.

Select one:
True

False

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=357022&cmid=11800#question-357400-46 13/14
6/9/2021 Midterm Exam

Question 48
Answer saved

Marked out of 1.00

Which of the following  is the best initial guess for the function

f(x) = e x – sin x

Select one:
a. 0.5

b. 0

c. 1

d. Π

Clear my choice

Question 49
Answer saved

Marked out of 1.00

If A−1 (if it exists) the eigenvalues of A−1 is 1/5, ¼ and ½ if matrix A  has eigenvalues 5, 4 and 2.

Select one:
True

False

Question 50
Answer saved

Marked out of 1.00

The iteration in Secant method may terminate if the difference between two successive approximations equal to zero.

Select one:
True

False

◄ Midterm Quiz 2

Jump to...

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

https://trimestral.amaesonline.com/2033/mod/quiz/attempt.php?attempt=357022&cmid=11800#question-357400-46 14/14

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy