1,182 views
0 votes
0 votes
To find the product of the non-zero eigenvalues of the matrix is ____

$\begin{pmatrix} 1 & 0 & 0 & 0 & 1 \\ 0 & 1 & 1 & 1 & 0 \\ 0 & 1 & 1 & 1 & 0 \\ 0 & 1 & 1 & 1 & 0 \\ 1 & 0 & 0 & 0 & 1 \end{pmatrix}$

---------------------------------------------------------------------------------------------------------------------------

I got ans -2

I solved like this

The product of the non-zero eigenvalues of the matrix is ____

$\begin{pmatrix} \left ( 1-\lambda \right ) & 0 & 0 & 0 & 1 \\ 0 &\left ( 1-\lambda \right ) & 1 & 1 & 0 \\ 0 & 1 & \left ( 1-\lambda \right )& 1 & 0 \\ 0 & 1 & 1 & \left ( 1-\lambda \right )& 0 \\ 1 & 0 & 0 & 0 & \left ( 1-\lambda \right ) \end{pmatrix}$

$\begin{pmatrix} \left ( 1-\lambda \right ) & 0 & 0 & 0 & 1 \\ 0 &\left ( 1-\lambda \right ) & 1 & 1 & 0 \\ 0 & 1 & \left ( 1-\lambda \right )& 1 & 0 \\ 0 & 1 & 1 & \left ( 1-\lambda \right )& 0 \\ \lambda& 0 & 0 & 0 & -\lambda \end{pmatrix}$  $R_{5}\leftarrow R_{5}-R_{1}$

$\begin{pmatrix} \left ( 1-\lambda \right ) & 0 & 0 & 0 & \left ( 2-\lambda \right )\\ 0 &\left ( 1-\lambda \right ) & 1 & 1 & 0 \\ 0 & 1 & \left ( 1-\lambda \right )& 1 & 0 \\ 0 & 1 & 1 & \left ( 1-\lambda \right )& 0 \\ \lambda& 0 & 0 & 0 & 0\end{pmatrix}$ $C_{5}\leftarrow C_{5}+C_{1}$

$\begin{pmatrix} \left ( 1-\lambda \right ) & 0 & 0 & 0 & \left ( 2-\lambda \right )\\ 0 &\left ( 1-\lambda \right ) & 1 & 1 & 0 \\ 0 & 1 & \left ( 1-\lambda \right )& 1 & 0 \\ 0 & 0 & - \lambda & \lambda  & 0 \\ \lambda& 0 & 0 & 0 & 0\end{pmatrix}$ $R_{4}\leftarrow R_{4}-R_{3}$

$=\lambda \begin{bmatrix} 0 &0 & 0 &\left ( 2-\lambda \right ) \\ \left ( 1-\lambda \right ) &1 &1 &0 \\ 1& \left ( 1-\lambda \right ) & 1 & 0\\ 0& \lambda &-\lambda & 0 \end{bmatrix}$

$=-\lambda \left ( 1-\lambda \right )\begin{bmatrix} \left ( 1-\lambda \right ) & 1 & 1\\ 1 & \left ( 1-\lambda \right ) &1 \\ 0 & \lambda & -\lambda \end{bmatrix}$

$=-\lambda \left ( 2-\lambda \right )\left [ \left ( 1-\lambda \right ) \left \{ \left ( 1-\lambda \right )\left ( -\lambda \right )-\lambda \right \}-1\left ( -\lambda \right )+1\left ( -\lambda \right )\right ]$

$=-\lambda \left ( 2-\lambda \right )\left [ \left ( 1-\lambda \right )\left ( \lambda ^{2}-2\lambda \right ) \right ]$

then $\lambda =-1,2,0$

Where is my mistake, plz tell me

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Mohib asked Oct 17, 2022
480 views
While studying Linear algebra I got 2 perspectives. Which meaning out of these 2 is more accurate?
1 votes
1 votes
1 answer
2
0 votes
0 votes
1 answer
3
srestha asked May 27, 2019
1,337 views
$1)$ How to find a matrix is diagonalizable or not?Suppose a matrix is $A=\begin{bmatrix} \cos \Theta &\sin \Theta \\ \sin\Theta & -\cos\Theta \end{bmatrix}$Is it diagona...
4 votes
4 votes
2 answers
4
Nandkishor3939 asked Jan 24, 2019
3,386 views
Nullity of a matrix = Total number columns – Rank of that matrixBut how to calculate value of x when nullity is already given(1 in this case)