edited by
1,598 views

3 Answers

Best answer
17 votes
17 votes
Assuming,

$$A= \begin{bmatrix}a & b\\c & d\end{bmatrix}$$

Which is a $2\times 2$ matrix.

Now, $det \hspace{0.1cm}A $ will be $(ad-bc)$

Given $det \hspace{0.1cm}A$ is $3$

∴$ \color{red}{(ad-bc) = 3}$

What is Trace of a matrix?

$\qquad$The trace of an $n\times n$ square matrix $A$ is defined to be the sum of the elements on the main diagonal (the diagonal from the upper left to the lower right) of $A$, i.e.,

${\displaystyle \operatorname {tr} (A)=\sum _{i=1}^{n}a_{ii}=a_{11}+a_{22}+\dots +a_{nn}}$

where $a_{ii}$ denotes the entry on the $i^{th}$ row and $i^{th}$ column of $A$.

∴Trace of $A = a+d$

Given that Trace of $A = 3$

$∴ \color{red}{ a+d = 3}$

Now, $A^{-1} = \dfrac{1}{det \hspace{0.1cm}A}\begin{bmatrix}d & -b\\ -c & a\end{bmatrix}$

$\qquad\qquad = \dfrac{1}{3}\begin{bmatrix}d & -b\\ -c & a\end{bmatrix}$

$\qquad\qquad= \begin{bmatrix}d/3 & -b/3\\ -c/3 & a/3\end{bmatrix}$

$\color{blue}{\text{∴ Trace of }}$ $\color{blue}{A^{-1}} = \dfrac{d}{3} + \dfrac{a}{3}$

$\qquad\qquad = \dfrac{a+d}{3}$

$\qquad\qquad = \dfrac{3}{3}$ $\qquad \big[ ∵ \color{red}{a+d =3}\big]$

$\qquad\qquad = \color{blue}{1} $

$\color{Violet}{\text{∴  Answer is option}}\color{purple}{ \text{ A) 1}}$
selected by
21 votes
21 votes
Sum of eigenvalues = Trace of the Matrix

Product of eigenvalues =  Determinant of the Matrix

 

Let the eigenvalues of A are $\lambda _{1} and \lambda _{2}$

 

$\lambda _{1} + \lambda _{2} = 3         ..............eq.1$

$\lambda _{1} * \lambda _{2} = 3  ................eq.2$

 

eigenvalues of $A^{-1}$ are $1/\lambda _{1}$ and $1/\lambda _{2}$

Trace = Sum of eigenvalues

$=  1/\lambda _{1} + 1/\lambda _{2} $

$ = (   \lambda _{1} + \lambda _{2} ) / (\lambda _{1} * \lambda _{2} ) $

  on putting values of  from $eq.1$ and  $eq.2$, we get

 $ = 3/3 $

$ = 1 $
edited by
1 votes
1 votes
Trace of A^-1=(trace A)/(det A)=3/3=1
(A)
edited by

Related questions

0 votes
0 votes
0 answers
1
go_editor asked Sep 15, 2018
1,113 views
Suppose the rank of the matrix $\begin{pmatrix} 1 & 1 & 2 & 2 \\ 1 & 1 & 1 & 3 \\ a & b & b & 1 \end{pmatrix}$ is 2 for some real numbers $a$ and $b$. Then the $b$ equals...
10 votes
10 votes
8 answers
2
jjayantamahata asked Mar 29, 2018
2,771 views
Suppose the rank of the matrix$$\begin{pmatrix}1&1&2&2\\1&1&1&3\\a&b&b&1\end{pmatrix}$$is $2$ for some real numbers $a$ and $b$. Then $b$ equals$1$$3$$1/2$$1/3$
0 votes
0 votes
0 answers
3
go_editor asked Sep 15, 2018
607 views
If $A$ is a $2 \times 2$ matrix such that $trace \: A = det \: A =3$, then what is the trace of $A^{-1}$?$1$$1/3$$1/6$$1/2$
0 votes
0 votes
0 answers
4
go_editor asked Sep 15, 2018
374 views
The diagonal elements of a square matrix $M$ are odd integers while the off-diagonals are even integers. Then$M$ must be singular$M$ must be nonsingularthere is not enoug...