How do you find the inverse of #A=##((-7, 33), (4, -19))#?

1 Answer
Mar 11, 2016

#A^(-1)=[(19,-33),(-4,-7)]#

Explanation:

#A^(-1)=1/(det(A))*adj(A)#

#=1/((-7xx-19)-(33xx4))*[(-19,-33),(-4,-7)]#

#=[(19,-33),(-4,-7)]#.

An alternative method would be to augment the given matrix A with the #2xx2# identity matrix #I_2# and then perform Gaussian elementary row operations to obtain the identity matrix on the left hand side, then what's left on the right hand side will be the inverse of A. This method would take longer though but would still culminate in the same final answer.