in Linear Algebra edited by
5,353 views
6 votes
6 votes
For the given matrix A, one of the Eigenvalue is real

$A=\begin{bmatrix} 1 &2 &3 &4 &5 \\ 5 &1 &2 &3 &4 \\ 4&5 &1 &2 &3 \\ 3&4 &5 &1 &2 \\ 2 &3 &4 &5 &1 \end{bmatrix}$

The real Eigen value is:
in Linear Algebra edited by
by
5.4k views

6 Comments

Is there any other method to solve this? Finding characteristic equation would be very time consuming...
0
0
add all the rows u wiill get 15-x as common take So 15 is real valyue
3
3
Can you please explain in some detail,i am not able to get
0
0
1
1
15 will be the answer.
0
0

6 Answers

11 votes
11 votes
Best answer
Sum of all rows .
(15-x) * |Matrix| = 0
15 is a factor .
selected by

4 Comments

Yes and its standard one !!
0
0
Sorry for being silly ,but then how the answer is zero,should it be 15 then?
0
0
how (15-$\lambda$) could take common?
0
0
9 votes
9 votes
$\begin{bmatrix} 1-\lambda & 2 &3 & 4 & 5\\ 5& 1-\lambda & 2 & 3 & 4\\ 4& 5 & 1-\lambda &2 & 3\\ 3& 4 & 5 & 1-\lambda & 2\\ 2& 3 &4 & 5 & 1-\lambda \end{bmatrix}$

=$\begin{bmatrix} 15-\lambda & 15-\lambda &15-\lambda & 15-\lambda & 15-\lambda \\ 5& 1-\lambda & 2 & 3 & 4\\ 4& 5 & 1-\lambda &2 & 3\\ 3& 4 & 5 & 1-\lambda & 2\\ 2& 3 &4 & 5 & 1-\lambda \end{bmatrix}$

Now, taking common

=$15-\lambda\begin{bmatrix} 1 & 1 &1 & 1 & 1 \\ 5& 1-\lambda & 2 & 3 & 4\\ 4& 5 & 1-\lambda &2 & 3\\ 3& 4 & 5 & 1-\lambda & 2\\ 2& 3 &4 & 5 & 1-\lambda \end{bmatrix}$

So, ans 15
2 votes
2 votes
$\begin{bmatrix} 1 & 2 &3 & 4 &5 \\ 5 &1 &2 & 3 &4 \\ 4& 5 &1 &2 &3 \\ 3& 4 & 5 & 1 &2 \\ 2&3 & 4 & 5 & 1 \end{bmatrix}$

The characteristic equation is

$\begin{vmatrix} A-\lambda I \end{vmatrix}=0$

$\Rightarrow$$\begin{vmatrix} 1-\lambda & 2 &3 & 4 &5 \\ 5 &1-\lambda &2 & 3 &4 \\ 4& 5 &1-\lambda &2 &3 \\ 3& 4 & 5 & 1-\lambda &2 \\ 2&3 & 4 & 5 & 1-\lambda \end{vmatrix}$ =0

Applying $C_{1}\leftarrow C_{1}+C_{2}+C_{3}+C_{4}+C_{5}$

$\Rightarrow$$\begin{vmatrix} 15-\lambda & 2 &3 & 4 &5 \\ 15-\lambda &1-\lambda &2 & 3 &4 \\ 15-\lambda & 5 &1-\lambda &2 &3 \\ 15-\lambda& 4 & 5 & 1-\lambda &2 \\ 15-\lambda&3 & 4 & 5 & 1-\lambda \end{vmatrix}$ =0

Taking $15-\lambda$ as common

$\Rightarrow$$(15-\lambda)$$\begin{vmatrix} 1 & 2 &3 & 4 &5 \\ 1 &1-\lambda &2 & 3 &4 \\ 1& 5 &1-\lambda &2 &3 \\ 1& 4 & 5 & 1-\lambda &2 \\ 1&3 & 4 & 5 & 1-\lambda \end{vmatrix}$=0

$\Rightarrow$$(15-\lambda)=0$

$\Rightarrow$$\lambda=15$
1 vote
1 vote
$\left | A - \lambda I \right | =0$

$\Rightarrow \begin{vmatrix} 1 - \lambda & 2 & 3 & 4 & 5 \\ 5 & 1 - \lambda & 2 & 3 & 4 \\ 4 & 5 & 1 - \lambda & 2 & 3\\  3 & 4 &5 & 1 - \lambda &2 \\ 2 & 3 & 4 & 5 & 1 - \lambda \end{vmatrix} = 0$

Perform the row operation: $ R_1 \rightarrow R_1 + R_2 + R_3 + R_4 + R_5 $

$\Rightarrow \begin{vmatrix}
15 - \lambda & 15 - \lambda & 15 - \lambda & 15 - \lambda & 15 - \lambda \\
5 & 1 - \lambda & 2 & 3 & 4 \\
4 & 5 & 1 - \lambda & 2 & 3\\
3 & 4 &5  & 1 - \lambda &2 \\
2 & 3 & 4 & 5 & 1 - \lambda
\end{vmatrix} = 0 $

So, $ \lambda = 15 $ is the eigen value.
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true