Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Colegio de Dagupan

School of Engineering
Numerical Methods
Prelim Laboratory Exam

Note: Show all details of your solutions using Microsoft Excel.


Send your solutions to engr_cabana@yahoo.com on or before
December 8, 2017 3:00 pm
Submit the hard copy on December 11, 2017. 12-12:30 nn at SOE
Faculty Room
Strictly no copying. (Submitted Exam will be validated)

1. Solve the set of equations by Jacobi method, beginning with the initial
vector (0,0,0). Compare the rate of convergence when Gauss-Seidel is used
with the same starting vector. 30pts

3𝑥 − 6𝑦 + 2𝑧 = 15
−4𝑥 + 𝑦 − 𝑧 = −2
𝑥 − 3𝑦 + 7𝑧 = 22

2. What is the LU decomposition of the coefficient matrix in problem #2.


15pts

3. Find all values of 𝑎 for which the inverse of 𝐴 exists. What is 𝐴−1 ? Use
Gauss-Jordan Method. 15 pts

1 1 0
𝐴 = [1 0 0]
1 2 𝑎
4. Solve the System of Linear Equation in (60 pts.)
a. LU Decomposition
b. Inverse Matrix
c. Gauss Jordan
d. Gauss Elimination
e. Jacobi
f. Gauss-Seidel

You might also like