retagged by
1,799 views

2 Answers

2 2 votes

For $A_{3\times 3}$ matrix  we, can write the characteristics equation

$$\mid A - \lambda I\mid = 0$$

$$\textbf{(OR)}$$

$$\lambda^{3}-\bigg(\Sigma \big(L\big)\bigg)\lambda^{2}  + \bigg(\Sigma \big(PC\big)\bigg) \lambda - \mid A \mid = 0$$

Where $\Sigma \big(L\big) =\text{Sum of leading diagonal elements (or) trace}$

and $\Sigma \big(PC\big) = \text{Sum of the leading diagonal cofactors}$

Now $,\lambda^{3} – 20\lambda^{2} + 33\lambda – 0 = 0$

$\implies \lambda^{3} – 20\lambda^{2} + 33\lambda  = 0$

$\implies \lambda(\lambda^{2} – 20\lambda + 33) = 0$

$\therefore \lambda_{min} = 0$

So, the correct answer is $(A).$

________________________________________________________________

Important properties of Eigen values:

  1. Sum of all eigen values$=$Sum of leading diagonal(principle diagonal) elements$=$Trace of the matrix.
  2. Product of all Eigen values$=Det(A)= \mid A \mid$
  3. Any square diagonal(lower triangular or upper triangular) matrix eigen values are leading diagonal (principle diagonal)elements itself.

Example:$A=\begin{bmatrix} 1& 0& 0\\ 0&1 &0 \\ 0& 0& 1\end{bmatrix}$

Diagonal matrix

Eigenvalues are $1,1,1$

$B=\begin{bmatrix} 1& 9& 6\\ 0&1 &12 \\ 0& 0& 1\end{bmatrix}$

Upper triangular matrix

Eigenvalues are $1,1,1$

$C=\begin{bmatrix} 1& 0& 0\\ 8&1 &0 \\ 2& 3& 1\end{bmatrix}$

Lower triangular matrix

Eigenvalues are $1,1,1$

0 0 votes
Since matrix is symmetric all the eigen values must be real

And if we take determinant of the matrix , we get

 \begin{vmatrix}

3 & 5 & 2 \\

5 & 12 &  7\\

2 & 7 & 5

\end{vmatrix} =3(60-49) -5(25-14) + 2(35-24) = 55 - 55 = 0

So, matrix is singular that means zero must be an eigen value .

Options dont have any negative values hence zero must be the minimum eigen value.

 

So option(A) is correct.
Answer:
Position:
Show:

Related questions

0 0 votes
0 0 answers
423
423 views
Milicevic3306 asked Mar 25, 2018
423 views
Let $A$ be an $m \times n$ matrix and $B$ an $n \times m$ matrix. It is given that determinant $(I_{m} + AB) =$ determinant $(I_{n} + BA),$ where $I_{k}$ is the $k \time...
0 0 votes
0 0 answers
573
573 views
admin asked Sep 22, 2022
573 views
Given the matrix $\left[\begin{array}{cc}-4 & 2 \\ 4 & 3\end{array}\right]$, the eigenvector is$\left[\begin{array}{l}3 \\ 2\end{array}\right]$$\left[\begin{array}{l}4 \\...
1 1 vote
1 1 answer
819
819 views
Arjun asked Feb 15, 2022
819 views
Let $\alpha, \beta$ be two non-zero real numbers and $v_{1}, v_{2}$ be two non-zero real vectors of size $3 \times 1.$ Suppose that $v_{1}$ and $v_{2}$ satisfy $v_{1}^{T}...
0 0 votes
1 1 answer
795
795 views
Arjun asked Feb 12, 2019
795 views
The number of distinct eigenvalues of the matrix$$A=\begin{bmatrix} 2&2&3&3\\0&1&1&1\\0&0&3&3\\0&0&0&2 \end{bmatrix}$$is equal to ____________.

Add Synced Question

×