How to prove two eigenvectors corresponding to the same eigenvalue of a matrix cannot be orthogonal to each other.

184 Views Asked by At

First, let x, y be the right and left eigenvectors

let λ1 and λ2 be different eigenvalues

So, I can consider Ax=λ1x and then I will find the result and (λ2-λ1)y*x=0

Since λ2 is not equal to λ1, y*x=0 => Orthogonal

However, how to prove two eigenvectors corresponding to the same eigenvalue of a matrix cannot be orthogonal to each other?

2

There are 2 best solutions below

0
On BEST ANSWER

This is not true. Take the identity matrix. Every vector is an eigen vector corresponding to eigen value $1$!

0
On

It is false. Take for instance the identity matrix. Every vector is an eigenvector, and you can choose lots and lots of orthogonal pairs of vectors.