How do you find the inverse of #A=##((4, 9, 15), (15, 17, 6), (24, 0, 17))#?

1 Answer
Nov 2, 2017

#1/5963((-289,153,201),(111,292,-201),(408,-216,67))#

Explanation:

To find the inverse of the matrix (if it exists), create an augmented matrix by appending to the right the identity matrix of the same size (3x3 in this case), like so:

#((4,9,15,|,1,0,0),(15,17,6,|,0,1,0),(24,0,17,|,0,0,1))#

Now, using elementary row operations, manipulate the left hand side of this augmented matrix until it becomes the identity matrix, being sure to carry your operations throughout the entire matrix. Given the numbers involved in this problem, a scientific calculator may be helpful to reduce fractions as you go along. I will use the notation #R_n# to represent Row n in this problem:

#((4,9,15,|,1,0,0),(15,17,6,|,0,1,0),(24,0,17,|,0,0,1)){:(div 4),(div 15->),(div 24):}#

#((1,9/4,15/4,|,1/4,0,0),(1,17/15,2/5,|,0,1/15,0),(1,0,17/24,|,0,0,1/24)){:(),(-R_1->),(-R_1):}#

#((1,9/4,15/4,|,1/4,0,0),(0,-67/60,-67/20,|,-1/4,1/15,0),(0,-9/4,-73/24,|,-1/4,0,1/24)){:(),(times -60/67->),(times -4/9):}#

#((1,9/4,15/4,|,1/4,0,0),(0,1,3,|,15/67,-4/67,0),(0,1,73/54,|,1/9,0,-1/54)){:(-9/4R_2),(->),(-R_2):}#

#((1,0,-3,|,-17/67,9/67,0),(0,1,3,|,15/67,-4/67,0),(0,0,-89/54,|,-68/603,4/67,-1/54)){:(),(->),(times -54/89):}#

#((1,0,-3,|,-17/67,9/67,0),(0,1,3,|,15/67,-4/67,0),(0,0,1,|,408/5963,-216/5963,1/89)){:(+3R_3),(-3R_3->),():}#

#((1,0,0,|,-289/5963,153/5963,3/89),(0,1,0,|,111/5963,292/5963,-3/89),(0,0,1,|,408/5963,-216/5963,1/89))#

The final result on the right hand side, where the identity matrix first was placed, is the inverse #A^-1#:

#((-289/5963,153/5963,3/89),(111/5963,292/5963,-3/89),(408/5963,-216/5963,1/89))#

If the fractions bother you, the denominator of 5963 can be factored out and the inverse could be written as this:

#1/5963((-289,153,201),(111,292,-201),(408,-216,67))#