Tag: multiplicative inverse of a matrix

Questions Related to multiplicative inverse of a matrix

The inverse of the matrix $\begin{bmatrix} 5 & -2 \ 3 & 1 \end{bmatrix}$ is 

  1. $\dfrac { 1 }{ 11 } \begin{bmatrix} 1 & 2 \ -3 & 5 \end{bmatrix}$

  2. $\begin{bmatrix} 1 & 2 \ -3 & 5 \end{bmatrix}$

  3. $\dfrac { 1 }{ 13 } \begin{bmatrix} -2 & 5 \ 1 & 3 \end{bmatrix}$

  4. $\begin{bmatrix} 1 & 3 \ -2 & 5 \end{bmatrix}$


Correct Option: A
Explanation:

$\begin{array}{l} A=\left[ \begin{array}{l} 5\, \, \, \, \, -2 \ 3\, \, \, \, \, \, \, \, \, 1 \end{array} \right]  \ \left| A \right| =5+6=11\ne 0 \ so,\, A\, \, is\, \, \, non-\sin  gular\, ,\, { A^{ -1 } }\, \, is\, \, exist \ so,m\, { A _{ 11 } }=1,\, \, \, \, \, { A _{ 12 } }=-3,\, \, \, \, { A _{ 21 } }=2,\, \, \, \, \, \, { A _{ 22 } }=5 \ A=\left( { \begin{array} { *{ 20 }{ c } }1 & { -3 } \ 2 & 5 \end{array} } \right) \Rightarrow AdjA=\left( { \begin{array} { *{ 20 }{ c } }1 & 2 \ { -3 } & 5 \end{array} } \right)  \ { A^{ -1 } }=\frac { 1 }{ { \left| A \right|  } } adjA\, \, \, \, \Rightarrow \, \, \, \, \frac { 1 }{ { 11 } } \left( { \begin{array} { *{ 20 }{ c } }1 & 2 \ { -3 } & 5 \end{array} } \right)  \end{array}$


Hence, this is the answer.

Let $P(x, y)$ be any given point and $\displaystyle P(x _{1},y _{1})$ be the image of $P(x,y)$ after reflection.
The matrix of reflection of point $P$ through the line $\displaystyle y = x $ is given by

  1. $\displaystyle \begin{bmatrix}1 &0 \0 &1\end{bmatrix}$

  2. $\displaystyle \begin{bmatrix}-1 &0 \0 &-1\end{bmatrix}$

  3. $\displaystyle \begin{bmatrix}-1 &0 \0 &1\end{bmatrix}$

  4. $\displaystyle \begin{bmatrix}0 &1 \1&0\end{bmatrix}$


Correct Option: D
Explanation:

Reflection of matrix $P(x,y)$ through the line $y=mx$ making an angle $\theta$ with $x-$axis is

 
$\begin{bmatrix} \cos  2\theta  & \sin { 2\theta  }  \ \sin{ 2\theta  } & -\cos { 2\theta  }  \end{bmatrix}$

Given line is $y=x$ which makes an angle of $45^{\circ}$ with $x-$axis

Hence, the transformation matrix is $\begin{bmatrix} 0&1\1&0\end{bmatrix}$

What is the inverse of the matrix
$A=\begin{bmatrix} \cos { \theta  }  & \sin { \theta  }  & 0 \ -\sin { \theta  }  & \cos { \theta  }  & 0 \ 0 & 0 & 1 \end{bmatrix}$ ?

  1. $\begin{bmatrix} \cos { \theta } & -\sin { \theta } & 0 \ \sin { \theta } & \cos { \theta } & 0 \ 0 & 0 & 1 \end{bmatrix}$

  2. $\begin{bmatrix} \cos { \theta } & 0 & -\sin { \theta } \ 0 & 1 & 0 \ \sin { \theta } & 0 & \cos { \theta } \end{bmatrix}$

  3. $\begin{bmatrix} 1 & 0 & 0 \ 0 & \cos { \theta } & -\sin { \theta } \ 0 & \sin { \theta } & \cos { \theta } \end{bmatrix}$

  4. $\begin{bmatrix} \cos { \theta } & \sin { \theta } & 0 \ -\sin { \theta } & \cos { \theta } & 0 \ 0 & 0 & 1 \end{bmatrix}$


Correct Option: A
Explanation:
$A = \begin{bmatrix} \cos \theta &  \sin \theta & 0 \\ -\sin \theta & \cos \theta & 0 \\ 0 & 0 & 1 \end{bmatrix}$
Calculate first minors.
$M _{11} = \cos \theta , M _{13} = 0, M _{22} = \cos \theta$
$M _{12} = -\sin \theta, M _{21} = \sin \theta, M _{23} = 0$
$M _{31} = 0, M _{32} = 0, M _{33} = \cos^{2}\theta + \sin^{2}\theta = 1$
Cofactor Matrix $= \begin{bmatrix} \cos \theta & \sin \theta & 0 \\ -\sin \theta & \cos \theta & 0\\ 0 & 0 & 1 \end{bmatrix} = C$
$det|A| = \cos^{2}\theta + \sin^{2}\theta = 1$

$adj (A) = C^{T} = \begin{bmatrix} \cos \theta & -\sin \theta & 0\\ \sin \theta & \cos \theta & 0\\ 0 & 0 & 1\end{bmatrix}$

$A^{-1} = \dfrac {adj(A)}{(A)} = \begin{bmatrix} \cos \theta & -\sin \theta & 0\\ \sin \theta & \cos \theta & 0\\ 0& 0 & 1\end{bmatrix}$.