Normal nxn Matrices: 1 Eigenvalue Case (Complex #s)

  • Thread starter Thread starter mind0nmath
  • Start date Start date
  • Tags Tags
    Matrices Normal
mind0nmath
Messages
19
Reaction score
0
Hey. What can be said about all the normal nxn matrices that have exactly 1 eigenvalue? I'm interested in the case where the entries are in C (complex #'s). what sort of generalizations can we make?
thanks.
 
Physics news on Phys.org
sounds like scalar multiples of the identity no?
 
they are permutation matrices?
 
Nope -- a permutation matrix can have more than one eigenvalue. mathwonk got it.
 
I meant these kind,
<br /> \left[ {\begin{array}{*{20}c}<br /> 1 &amp; 0 &amp; 0 \\<br /> 0 &amp; 0 &amp; 1 \\<br /> 0 &amp; 1 &amp; 0 \\<br /> \end{array}} \right],\left[ {\begin{array}{*{20}c}<br /> 0 &amp; 0 &amp; 1 \\<br /> 1 &amp; 0 &amp; 0 \\<br /> 0 &amp; 1 &amp; 0 \\<br /> \end{array}} \right]<br />
 
Trambolin, looking at your first matrix the characteristic equation is

(1-\lambda)(\lambda^2-1) = 0 \Rightarrow \lambda = \pm 1

That permits two unique eigenvalues, not one.

Besides if you simply choose the coordinate system aligned with the eigenvectors, in that coordinate system the matrix (call it A) will be proportional to the identity matrix. Then the matrix A-\lambda I will vanish in that coordinate system for some complex number \lambda, but then it would have to vanish in all coordinate systems and therefore the matrix is proportional to the identity matrix.
 
DavidWhitbeck said:
Trambolin, looking at your first matrix the characteristic equation is

(1-\lambda)(\lambda^2-1) = 0 \Rightarrow \lambda = \pm 1

That permits two unique eigenvalues, not one.

Besides if you simply choose the coordinate system aligned with the eigenvectors, in that coordinate system the matrix (call it A) will be proportional to the identity matrix. Then the matrix A-\lambda I will vanish in that coordinate system for some complex number \lambda, but then it would have to vanish in all coordinate systems and therefore the matrix is proportional to the identity matrix.

Yep, I don't really know what was I thinking, because I use a lot of row\column permutations recently, suddenly I thought that you can do anything with them... Sorry for that. Probably I meant matrices similar to identity matrix...
 
Back
Top