Proof of why multiplication between a matrix and its eigenvector equals the eigenvalue times its eigenvector

122 Views Asked by At

Why is the following true?

$$\lambda \vec{x} = P \vec{x} \: \: \: \lambda \:\: \text{is the eigenvalue of P} $$

If the column vectors are the input space, and the row vectors are the output space, why are they related in such a way that the input space is a constant multiple of output space when acting on a eigenvector?

Thanks

1

There are 1 best solutions below

0
On

You view a $n \times n$ matrix as a linear application $f:\mathbb{R}^n\to \mathbb{R}^n$, so "row" and "columns" have no meaning here.

The rest is a definition