edited by
1,074 views
1 votes
1 votes
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}$
edited by

1 Answer

Best answer
2 votes
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

Related questions

3 votes
3 votes
1 answer
1
Shubhanshu asked Jul 24, 2017
735 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 votes
3 votes
1 answer
2
Akriti sood asked Nov 27, 2016
495 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 votes
0 votes
1 answer
3