Zero as an element of an eigenvector

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
ekkilop
Messages
29
Reaction score
0
Quick question on eigenvectors;

Are there any general properties of a matrix that guarantee that a zero will or will not appear as an element in an eigenvector?

Thank you!
 
Physics news on Phys.org
Suppose the zero is the last element of the eigenvector. Then you can partition the matrix and write
##\begin{bmatrix} A & u \\ v^T & s \end{bmatrix}\begin{bmatrix} x \\ 0 \end{bmatrix} = \lambda
\begin{bmatrix} x \\ 0 \end{bmatrix}## where ##u## and ##v## are vectors and ##s## is a single matrix element.

Multiplying out you get the two equations ##Ax = \lambda x## and ##v^t x = 0##. Interestingly, the last column of the original matrix doesn't appear in those equations.
 
Thank you for your reply!

Is there a way to determine from the matrix whether a zero will appear without calculating the eigenvector explicitly?