Math 415 Old Exam 1: Matrix Inverse, Determinant, Linear Independence, and Basis, Exams of Linear Algebra

Solutions to math 415 old exam 1, covering topics such as lu factorization, matrix inverse, determinant, linear independence, and basis. Students can use this document as a valuable resource for understanding these concepts and preparing for exams.

Typology: Exams

Pre 2010

Uploaded on 03/11/2009

koofers-user-fap-1
koofers-user-fap-1 🇺🇸

8 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Math 415 Old Exam # 1 and Solutions
1. (12 points)
(a) Find an LU factorization of the matrix
A=
3 2 0
3 1 2
675
Answer: (5 points)
A=
3 2 0
3 1 2
675
3 2 0
012
035
3 2 0
012
0 0 1
=U
L=
100
010
001
1 0 0
1 1 0
201
1 0 0
1 1 0
231
=L
(b) If a matrix Bhas the LU factorization
B=
2 2 5
87 18
0 3 7
=
1 0 0
410
0 3 1
2 2 5
0 1 2
0 0 1
solve Bx =3 10 7Twithout reducing the augmented matrix.
Answer: (6 points)
b=
3
10
7
Write Bx =bas LUx =band this as U x =cwhere Lc =b. Solve first for
c:
1 0 0
410
0 3 1
c1
c2
c3
=
3
10
7
c1=3, c2= 10 + 4c1=2, c3=73c2=1. Now solve for x
2 2 5
0 1 2
0 0 1
x1
x2
x3
=
3
2
1
x3= 1, x2=2 + 2x3= 0, x1=1
2(32x2+ 5x3) = 1
2(30 + 5) = 1.
So
x=
1
0
1
(c) What is the value of detB?
Answer: (1 point)
-2, namely the product of the diagonal members of U.
2. (12 points)
(a) Give the definition of the inverse of a matrix A.
1
pf3
pf4

Partial preview of the text

Download Math 415 Old Exam 1: Matrix Inverse, Determinant, Linear Independence, and Basis and more Exams Linear Algebra in PDF only on Docsity!

Math 415 Old Exam # 1 and Solutions

  1. (12 points)

(a) Find an LU factorization of the matrix A =

Answer: (5 points) A =

 = U

L =

 = L

(b) If a matrix B has the LU factorization B =

solve Bx = (^ − 3 10 − 7 )T^ without reducing the augmented matrix. Answer: (6 points) b =

Write Bx = b as LU x = b and this as U x = c where Lc = b. Solve first for c: 

c 1 c 2 c 3

c 1 = − 3 , c 2 = 10 + 4c 1 = − 2 , c 3 = − 7 − 3 c 2 = −1. Now solve for x 

x 1 x 2 x 3

x 3 = 1, x 2 = −2 + 2x 3 = 0, x 1 = 12 (− 3 − 2 x 2 + 5x 3 ) = 12 (− 3 − 0 + 5) = 1. So x =

(c) What is the value of det B? Answer: (1 point) -2, namely the product of the diagonal members of U.

  1. (12 points)

(a) Give the definition of the inverse of a matrix A.

Answer: (3 points) The inverse of A is a matrix X for which XA = AX = I (b) Write down a 3 × 3 permutation matrix P. Also write down its inverse. Answer: (2 points) Any matrix which permutes two rows of the identity will do, so try P =

 (^). Applying P again changes the rows back, so P −^1 = P

(c) Write down a 3 × 3 matrix E that performs an elementary row operation through matrix multiplication. Also write down its inverse. Answer: (3 points) There are many choices. Here is one E =

 (^). Its inverse is E−^1 =

(d) Compute explicitly the inverse of the product P E. Answer: (3 points) (P E)−^1 = E−^1 P −^1 =

(e) What does the value of the determinant of a 3 × 5 matrix tell you about the existence of an inverse of that matrix? Answer: (1 points) Nothing since the determinant and the inverse are only defined for square matrices

  1. (8 points)

(a) Give a definition of the rank of a matrix A. Answer: (2 points) The rank of A is the number of pivots in the echelon form U of A. (b) Find the rank of the matrix

A =

Answer: (5 points)  

so the rank of A is 2 (c) What is the rank of AT^? Answer: (1 points) rank AT^ = rank A =2 (^2)

a

 (^) + b

a + b a − 2 b −a + b

Now verify that this vector satisfies the equation for the plane for all values of a and b: (a + b) + 2(a − 2 b) + 3(−a + b) = a + b + 2a − 4 b − 3 a + 3b = 0. Yes! (c) What is the dimension of the subspace W =

x y z )T^ for which x + 2y + 3z = 0

given the facts outlined in part b)? Be specific. Answer: (4 points) If the two vectors are linearly independent, then they form a basis for the plane and so the dimension of the plane is 2. To test linear independence either note that neither vactor is a multiple of the other, or reduce the matrix with these as columns and show there are two pivots: 

 (^) Done!

  1. (10 points) The three vectors

v 1 =

 (^) , v 2 =

 (^) and v 3 =

form a basis for R^3 (you do NOT need to verify this!) (a) Express the vector u = (^5 − 8 − 1 )T^ as a linear combination of these three vectors. Answer: (8 points) We need to find numbers x, y, and z such that u =

 (^) = x

 (^) + y

 (^) + z

x y z

By Gaussian elimination we have 

−^143

so z = − 1 , y = −^13 (− 13 − z) = 4, x = 5 − y − z = 2 (b) What are the “coordinates” of u relative to this basis? Answer: (2 points) ( 2 4 − 1 )T