recategorized by
582 views
3 votes
3 votes

Which of the following statements about the eigen values of $I_n$, the $n \times n$ identity matrix (over complex numbers), is true?

  1. The eigen values are $1, \omega, \omega^2, \dots , \omega^{n-1}$, where $\omega$ is a primitive $n$-th root of unity
  2. The only eigen value is $-1$
  3. Both $0$ and $1$ are eigen values, but there are no other eigen values
  4. The eigen values are $1, 1/2, 1/3, \dots , 1/n$
  5. The only eigen value is $1$
recategorized by

1 Answer

Best answer
3 votes
3 votes

Be it real matrix or complex matrix, the identity matrix remains the same. So we will have in $I_n,$ $1's$ only in the principal diagonal elements and the rest of the elements of the matrix will be $0.$ So the characteristic equation will be :

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

$\implies \underbrace{(1 - λ) . (1 - λ) \ldots (1 - λ)}_{n \text{ times}}  =   0 $

$\implies (1 - λ)^n    =   0$

$\implies λ  =   1$ as the only solution the reason being complex roots of unity only holds if it were $λ^n  -  1 = 0$ which is not the case here.

Hence (E) is the correct answer.

edited by
Answer:

Related questions

3 votes
3 votes
1 answer
2
go_editor asked Dec 26, 2016
545 views
Consider the following set of $3n$ linear equations in $3n$ variables:$\begin{matrix} x_1-x_2=0 & x_4-x_5 =0 & \dots & x_{3n-2}-x_{3n-1}=0 \\ x_2-x_3=0 & x_5-x_6=0 & & x_...