edited by
407 views
2 2 votes

If $A$ is $2 \times 2$ matrix, eigen value is $1,-2$ and corresponding eigen vector $[1,2]^T$ and $[9,1]^T$. The sum of all element of the matrix $A$ is ?

  1. $\frac{4}{17}$
     
  2. $\frac{9}{17}$
     
  3. $\frac{17}{4}$
     
  4. $\frac{2}{17}$

2 Answers

1 1 vote
Since $A$ has two distinct eigenvalues $1$ and $-2$, it is diagonalizable.

The corresponding eigenvectors are $\begin{pmatrix}1\\2\end{pmatrix}$ and $\begin{pmatrix}9\\1\end{pmatrix}$.

So take

$P=\begin{pmatrix}1&9\\2&1\end{pmatrix}$

and

$D=\begin{pmatrix}1&0\\0&-2\end{pmatrix}$.

Then

$A=PDP^{-1}$.

Now,

$\det(P)=1\cdot 1-9\cdot 2=1-18=-17$.

So,

$P^{-1}
=\frac{1}{-17}\begin{pmatrix}1&-9\\-2&1\end{pmatrix}
=\begin{pmatrix}
-\frac{1}{17} & \frac{9}{17}\\[4pt]
\frac{2}{17} & -\frac{1}{17}
\end{pmatrix}$.

Hence,

$A
=
\begin{pmatrix}1&9\\2&1\end{pmatrix}
\begin{pmatrix}1&0\\0&-2\end{pmatrix}
\begin{pmatrix}
-\frac{1}{17} & \frac{9}{17}\\[4pt]
\frac{2}{17} & -\frac{1}{17}
\end{pmatrix}$.

First compute

$DP^{-1}
=
\begin{pmatrix}1&0\\0&-2\end{pmatrix}
\begin{pmatrix}
-\frac{1}{17} & \frac{9}{17}\\[4pt]
\frac{2}{17} & -\frac{1}{17}
\end{pmatrix}
=
\begin{pmatrix}
-\frac{1}{17} & \frac{9}{17}\\[4pt]
-\frac{4}{17} & \frac{2}{17}
\end{pmatrix}$.

Now,

$A
=
\begin{pmatrix}1&9\\2&1\end{pmatrix}
\begin{pmatrix}
-\frac{1}{17} & \frac{9}{17}\\[4pt]
-\frac{4}{17} & \frac{2}{17}
\end{pmatrix}$

$=
\begin{pmatrix}
\frac{-1-36}{17} & \frac{9+18}{17}\\[4pt]
\frac{-2-4}{17} & \frac{18+2}{17}
\end{pmatrix}$

$=
\begin{pmatrix}
-\frac{37}{17} & \frac{27}{17}\\[4pt]
-\frac{6}{17} & \frac{20}{17}
\end{pmatrix}$.

Therefore, the sum of all elements of $A$ is

$-\frac{37}{17}+\frac{27}{17}-\frac{6}{17}+\frac{20}{17}
=\frac{4}{17}$.

Hence, the required answer is $\boxed{\frac{4}{17}}$.
Answer:
Position:
Show:

Related questions

5 5 votes
3 3 answers
374
374 views
GO Classes asked Mar 27
374 views
The number of linearly independent eigen vectors of the identity matrix $I=\left[\begin{array}{ll}1 & 0 \\ 0 & 1\end{array}\right]$ is $\_\_\_\_$ .
4 4 votes
3 3 answers
409
409 views
GO Classes asked Mar 27
409 views
The Eigen Vectors of the Matrix $A=\begin{bmatrix} 3 &4 \\ 4 &-3 \end{bmatrix}$ are $\begin{bmatrix} a\\ 1 \end{bmatrix},\begin{bmatrix} 1\\ b \end{bmatrix}$ the $a+b=?$
4 4 votes
2 2 answers
368
368 views
GO Classes asked Mar 27
368 views
If the determinant of the below matrix is $245$, what is the value of $x$?$\begin{bmatrix} 0 & 4& 2 &1 \\ 3& -1 & 0 & 2\\ 5&2 & x& 4\\ 6& 1 & -1 & 0 \end{bmatrix}$
6 6 votes
2 2 answers
440
440 views
GO Classes asked Mar 27
440 views
Let $A$ is a singular matrix of order $5$ and their two eigenvalues are $2+3 \sqrt{-2}, ~2-3 \sqrt{2}$, then which of the following statement(s) is/are true?Trace of $A$ ...