• edited by
2,066 views
1 1 vote
Inverse of this matrix

$\begin{bmatrix} 2 &1 &1 \\ 3 &2 &1 \\ 2& 1 &2 \end{bmatrix}$

will be

A)$\begin{bmatrix} 3 &-4 &-1 \\ -1 &2 &0 \\ -1 &1 &1 \end{bmatrix}$

B)$\begin{bmatrix} 3 &-1 &-1 \\ -4 &2 &1 \\ -1& 0 &1 \end{bmatrix}$

1 Answer

Best answer
2 2 votes

Let us suppose $A=\begin{bmatrix} 2& 1 &1 \\ 3& 2 &1 \\ 2 &1 &2 \end{bmatrix}$

let another matrix $B=\begin{bmatrix} a _{11}&a _{12} &a _{13} \\ a _{21}& a _{22} &a _{23} \\ a _{31} &a _{32} &a _{33} \end{bmatrix}$

find the cofactor of:

$a_{11}=(-1)^{1+1}\begin{vmatrix} 2 & 1\\ 1 &2 \end{vmatrix}=1(4-1)=3$

$a_{12}=(-1)^{1+2}\begin{vmatrix} 3 & 2\\ 1 &2 \end{vmatrix}=(-1)(6-2)=(-1)(4)=-4$

$a_{13}=(-1)^{1+3}\begin{vmatrix} 3 & 2\\ 2 &1 \end{vmatrix}=1(3-4)=-1$

$a_{21}=(-1)^{2+1}\begin{vmatrix} 1 & 1\\ 1 &2 \end{vmatrix}=(-1)(2-1)=-1$

$a_{22}=(-1)^{2+2}\begin{vmatrix} 2 & 2\\ 1 &2 \end{vmatrix}=1(4-2)=2$

$a_{23}=(-1)^{2+3}\begin{vmatrix} 2 & 2\\ 1 &1 \end{vmatrix}=(-1)(2-2)=0$

$a_{31}=(-1)^{3+1}\begin{vmatrix} 1 & 2\\ 1 &1 \end{vmatrix}=1(1-2)=-1$

$a_{32}=(-1)^{3+2}\begin{vmatrix} 2 & 3\\ 1 &1 \end{vmatrix}=(-1)(2-3)=(-1)(-1)=1$

$a_{33}=(-1)^{3+3}\begin{vmatrix} 2 & 3\\ 1 &2 \end{vmatrix}=1(4-3)=1$

Now $B=\begin{bmatrix} 3 &-4 &-1 \\ -1 &2 &0 \\ -1 &1 &1 \end{bmatrix}$

$Adj(A)=B^{T}=\begin{bmatrix} 3 &-1 &-1 \\ -4 &2 &1 \\ -1 &0 &1 \end{bmatrix}$

Now we find $|A|=\begin{vmatrix} 2 &1 &1 \\ 3 &2 &1 \\ 2 &1 &2 \end{vmatrix}$

$|A|=(2)\begin{vmatrix} 2&1 \\ 1&2 \end{vmatrix}-(1)\begin{vmatrix} 3&2 \\ 1&2 \end{vmatrix}+(1)\begin{vmatrix} 3&2 \\2& 1\end{vmatrix}$

$|A|=2(4-1)-1(6-2)+1(3-4)$

$|A|=2(3)-1(4)+1(-1)$

$|A|=6-4-1=6-5=1$

$So,$$|A|=1$

Now$,A^{-1}=\frac{Adj(A)}{|A|}$

we can simply put the value,

$A^{-1}=\frac{1}{1}\begin{bmatrix} 3 &-1 &-1 \\ -4 &2 &1 \\ -1 &0 &1 \end{bmatrix}$

$A^{-1}=\begin{bmatrix} 3 &-1 &-1 \\ -4 &2 &1 \\ -1 &0 &1 \end{bmatrix}$

So,this is the correct answer.

• selected by
Position:
Show:

Related questions

3 3 votes
1 1 answer
1.3k
1.3k views
Shubhanshu asked Jul 24, 2017
1,316 views
For the first one I have got -28 and 11 as the answer but for the matrix C I am not able to get the value of element c32.c31 = c33 = 6.
3 3 votes
1 answers 1 answer
837
837 views
Akriti sood asked Nov 27, 2016
837 views
Find the inverse function of the following=f(x)=2∙3x+9x log3⁡((√(x+1))+1) log3⁡((√(x+1))-1) log3⁡((√(x-1))+1) log3⁡((√(x+1))-2)
0 0 votes
1 answers 1 answer
7.8k
7.8k views
Purple asked Feb 2, 2016
7,846 views
How to do this? (z,*) is a group with a*b=a+b+1 then inverse of a is?
6 6 votes
2 2 answers
271
271 views
GO Classes asked Apr 10
271 views
Let $A,B,C,D$ be $n\times n$ matrices, each with non-zero determinant. If $ABCD=1$, then $B^{-1}$ is:$D^{-1}C^{-1}A^{-1}$ $CDA$ $ADC$ Does not necessarily exist.