Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
56 views3 pages

Quiz Sle Gaussianelimination

The document contains a multiple choice test with 6 questions regarding Gaussian elimination and solving systems of equations. Question 1 asks about the goal of forward elimination steps in Gaussian elimination. Question 2 asks about implications of division by zero during forward elimination. Question 3 and 4 provide systems of equations and ask for the correct solutions when using naive Gaussian elimination or Gaussian elimination with partial pivoting. Question 5 provides a system of equations and asks about the resulting system after Gaussian elimination. Question 6 provides velocity-time data and asks which set of equations can be used to find the coefficients of a quadratic polynomial to approximate the velocity at a given time.

Uploaded by

Hamdani Mesin
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
0% found this document useful (0 votes)
56 views3 pages

Quiz Sle Gaussianelimination

The document contains a multiple choice test with 6 questions regarding Gaussian elimination and solving systems of equations. Question 1 asks about the goal of forward elimination steps in Gaussian elimination. Question 2 asks about implications of division by zero during forward elimination. Question 3 and 4 provide systems of equations and ask for the correct solutions when using naive Gaussian elimination or Gaussian elimination with partial pivoting. Question 5 provides a system of equations and asks about the resulting system after Gaussian elimination. Question 6 provides velocity-time data and asks which set of equations can be used to find the coefficients of a quadratic polynomial to approximate the velocity at a given time.

Uploaded by

Hamdani Mesin
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/ 3

Multiple Choice Test

Gaussian Elimination
1. The goal of forward elimination steps in Naïve Gauss elimination method is to reduce
the coefficient matrix to a (an) _____________ matrix.
(A) diagonal
(B) identity
(C) lower triangular
(D) upper triangular

2. Division by zero during forward elimination steps in Naïve Gaussian elimination of the
set of equations [A][X]=[C] implies the coefficient matrix [A] is
(A) invertible
(B) nonsingular
(C) not determinable to be singular or nonsingular
(D) singular

3. Using a computer with four significant digits with chopping, Naïve Gauss elimination
solution to
0.0030 x1 + 55.23x 2 = 58.12
6.239 x1 − 7.123x 2 = 47.23
is
(A) x1 = 26.66; x2 = 1.051
(B) x1 = 8.769; x2 = 1.051
(C) x1 = 8.800; x2 = 1.000
(D) x1 = 8.771; x2 = 1.052

4. Using a computer with four significant digits with chopping, Gaussian elimination with
partial pivoting solution to
0.0030 x1 + 55.23x 2 = 58.12
6.239 x1 − 7.123x 2 = 47.23
is
(A) x1 = 26.66; x2 = 1.051
(B) x1 = 8.769; x2 = 1.051
(C) x1 = 8.800; x2 = 1.000
(D) x1 = 8.771; x2 = 1.052
5. At the end of forward elimination steps of Naïve Gauss Elimination method on the
following equations
⎡4.2857 × 10 7 − 9.2307 × 10 5 0 0 ⎤ ⎡ c1 ⎤ ⎡− 7.887 × 10 3 ⎤
⎢ 5 ⎥ ⎢c ⎥ ⎢ ⎥
⎢4.2857 × 10 − 5.4619 × 10 5 − 4.2857 × 10 7 5.4619 × 10 ⎥
7
⎢ 2⎥ = ⎢ 0 ⎥
⎢ − 6.5 − 0.15384 6.5 0.15384 ⎥ ⎢c3 ⎥ ⎢ 0.007 ⎥
⎢ ⎥ ⎢ ⎥ ⎢ ⎥
⎣⎢ 0 0 4.2857 × 10 7 − 3.6057 × 10 5 ⎦⎥ ⎣c 4 ⎦ ⎣⎢ 0 ⎦⎥
the resulting equations in the matrix form are given by
⎡4.2857 × 10 7 − 9.2307 × 10 5 0 0 ⎤ ⎡ c1 ⎤ ⎡ − 7.887 × 10 3 ⎤
⎢ ⎥⎢ ⎥ ⎢ ⎥
⎢ 0 3.7688 × 10 5 − 4.2857 × 10 7 5.4619 × 10 5 ⎥ ⎢c 2 ⎥ ⎢ 7.887 × 10 3 ⎥
=
⎢ 0 0 − 26.9140 0.579684 ⎥ ⎢ c3 ⎥ ⎢1.19530 × 10 − 2 ⎥
⎢ ⎥⎢ ⎥ ⎢ ⎥
⎣⎢ 0 0 0 5.62500 × 10 5 ⎦⎥ ⎣c 4 ⎦ ⎣⎢ 1.90336 × 10 4 ⎦⎥

The determinant of the original coefficient matrix is


(A) 0.00
(B) 4.2857 × 107
(C) 5.486 × 1019
(D) − 2.445 × 10 20
6. The following data is given for the velocity of the rocket as a function of time. To
find the velocity at t=21 s, you are asked to use a quadratic polynomial,
v(t)=at2+bt+c to approximate the velocity profile.

t (s) 0 14 15 20 30 35
v(t) m/s 0 227.04 362.78 517.35 602.97 901.67

The correct set of equations that will find a, b and c are


⎡176 14 1⎤ ⎡a ⎤ ⎡227.04⎤
(A) ⎢225 15 1⎥ ⎢b ⎥ = ⎢362.78 ⎥
⎢ ⎥⎢ ⎥ ⎢ ⎥
⎢⎣400 20 1⎥⎦ ⎢⎣ c ⎥⎦ ⎢⎣517.35 ⎥⎦

⎡ 225 15 1⎤ ⎡a ⎤ ⎡362.78⎤
(B) ⎢400 20 1⎥ ⎢ b ⎥ = ⎢517.35⎥
⎢ ⎥⎢ ⎥ ⎢ ⎥
⎢⎣900 30 1⎥⎦ ⎢⎣ c ⎥⎦ ⎢⎣602.97⎥⎦

⎡ 0 0 1⎤ ⎡a ⎤ ⎡ 0 ⎤
(C) ⎢ 225 15 1⎥ ⎢ b ⎥ = ⎢362.78⎥
⎢ ⎥⎢ ⎥ ⎢ ⎥
⎢⎣400 20 1⎥⎦ ⎢⎣ c ⎥⎦ ⎢⎣517.35⎥⎦

⎡ 400 20 1⎤ ⎡a ⎤ ⎡517.35⎤
(D) ⎢ 900 30 1⎥ ⎢b ⎥ = ⎢602.97⎥
⎢ ⎥⎢ ⎥ ⎢ ⎥
⎢⎣1225 35 1⎥⎦ ⎢⎣ c ⎥⎦ ⎢⎣901.67 ⎥⎦

You might also like