Dr. K. G. TeBeest
- Given matrix A :
A = 4 –19 –7 33
- Find A-1 using the method covered in class.
- Then show that AA–1 = I and that A–1A = I .
- What is det(A) ?
- What is det(A–1) ?
- Use the inverse method to solve the system
4 –19 –7 33
x1 x2 =
12 –5 Use Gauss elimination, LU decomposition, or Maple to check your answer.
- See this Maple example for inverting a matrix.
You may then use Maple to check your answers to problems 1–2.
Work the problems below after Monday's lecture.
- Without finding the inverse of A, calculate det(A-1) for A :
A = 8 6 4 9
- If a computer takes 30 seconds to invert a 60 x 60 matrix, estimate how long will it take to invert a matrix of order 300?
Answer: About 5.2 hours
- If det(A) = 100,000 and A has order 12, what is det(¾A)? (the number is three-fourths)
Answer: 3,167.6352...
- If | A | = 12,345 and A has order 8, what is | 4A–1| ?
Answer: 5.3087...
- Answer true or false: If a square matrix A has a zero in its diagonal, then A is automatically singular.
Return to main index