0

Give the eigenvalues and eigen vectors of an $n\times n$ matrix $A=(a_{ij})$ where $a_{ii}=0$ and $a_{ij}=1;i\neq j$ . Is the matrix diagonalizable?

I've tested the matrix for $n=2$ and I get $x^2-1=0$ where $x_{1}=1$ and $x_{2}=-1$

for $n=3$ I get $-x^3+3x+2$ and the eigenvalues are $x_{1}=2$ and $x_{2}=-1$

and for $n=4$ I get $x^4-6x^2-8x-3$and the eigenvalues are $x_{1}=-1$ and $x_{2}=3$

I can't see any kind of pattern.

Learnmore
  • 31,062
Zauberkerl
  • 2,022

1 Answers1

1

The matrix can be written as $J-I$ where $J$ is the all $1$ matrix.

The eigen values of $J$ are $n$ with multiplicity $1$ and $0$ with multiplicity $n-1$.(HOW ?)

(HOW ?)Note that $J$ has rank $1$ since every minor of order $i$ for $i\ge 2$ has $\det=0$. Hence $0$ is an eigen value of $J$ with multiplicity $n-1$ .

Now $\text{trace } J=n\implies $ the other non-zero eigen value of $J=n$

Hence the eigen values of $J-I$ are $n-1$ with multiplicity $1$ and $-1$ with multiplicity $n-1$.

NOTE: Every real symmetric matrix is diagonalizable

Learnmore
  • 31,062