[Math] Any vector is a linear combination of the eigenvectors ? [Strang P296 6.1.25]

eigenvalues-eigenvectorsintuitionlinear algebra

Suppose $A$ and $B$ have the same eigenvalues $\lambda_1, \cdots, \lambda_n $
with the same independent eigenvectors $\mathbf{x_1, \cdots, x_n}$. Then $A = B$.
Reason: Any vector $\mathbf{x}$ is a combination $\sum_{1 \le j \le n} c_j\mathbf{x_j}$. What are $A\mathbf{x}$ and $B\mathbf{x}$?

Solution (cp P4 of 6 of this PDF):
enter image description here

Similarly, $B\mathbf{x} = \sum\limits_{1 \le j \le n} c_j\lambda_j\mathbf{x_j} $. Then conclude by virtue of If Ax = Bx for all $x \in C^{n}$, then A = B.

$\Large{{1.}}$ The question wrote $\mathbf{x} = \sum\limits_{1 \le j \le n} c_j\mathbf{x_j}$. What is $x$? Any vector in $\mathbb{C^n}$?
If so, how can every possible vector be written as a linear combination of the eigenvectors?

$\Large{{2.}}$ What's the intuition behind the above result : Two matrices are the same when they have the same eigenvalues and eigenvectors ?

Best Answer

  1. Yes, $x$ can be any vector in $\mathbb C^n$. If the $x_i$ are independent eigenvectors, they form a basis for the space (because there are $n$ of them), so every vector can be written as a unique linear combination of the $x_j$.

  2. The result says that if the linear transformations $A$ and $B$ have the same eigenvalues and corresponding eigenvectors, and the eigenvectors are independent, then $A$ and $B$ are the same.

Related Question