Advertisements
Advertisements
Question
The inverse of the matrix `[[1,-1],[2,3]]` is ...............
(A) `1/5[[3,-1],[-2,1]]`
(B) `1/5[[3,1],[-2,1]]`
(C) `1/5[[-3,1],[-2,1]]`
(D) `1/5[[3,-1],[2,-1]]`
Solution
(B) `1/5[[3,1],[-2,1]]`
if `A=[[a,b],[c,d]]`, then `A^-1=1/(ad-bc)[[d,-b],[-c,a]]`
`therefore A=1/5[[3,1],[-2,1]]`
shaalaa.com
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
The inverse of the matrix `[[2,0,0],[0,1,0],[0,0,-1]]`is --------
(a) `[[1/2,0,0],[0,1,0],[0,0,-1]]`
(b) `[[-1/2,0,0],[0,-1,0],[0,0,1]]`
(c) `[[-1,0,0],[0,-1/2,0],[0,0,1/2]]`
(d) `1/2[[-1/2,0,0],[0,-1,0],[0,0,-1]]`
The inverse of the matrix `[[-1,5],[-3,2]]` is _______
Find the inverse of the matrix `A = [(1,2,-2),(-1,3,0),(0,-2,1)]`using elementary row transformations.