$A$ is a $2×2$ matrix, $S$ is the $2×2$ matrix where the columns are the two eigenvectors of $A$ and $M$ is the $2×2$ matrix with the two eigenvalues along the diagonal and zeros elsewhere. I am reading that by the definition of eigenvalues and eigenvectors, we have the following identity: $$AS=SM$$ Why is that true? Thank you.
2026-03-26 01:07:39.1774487259
Eigendecomposition question: obvious probably, but having trouble seeing it
35 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $v_1,v_2 $ be your eigenvectors. We can write down the matrix $S$ with $v_1,v_2 $ as columns.
If you write $S=\begin{bmatrix} v_1 & v_2 \end{bmatrix}$ then $AS=\begin{bmatrix} Av_1 & Av_2 \end{bmatrix}$,
on the other side $M=\begin{bmatrix} m_1 & 0 \\ 0 & m_2 \end{bmatrix}$ then $\begin{bmatrix} v_1 & v_2 \end{bmatrix} \begin{bmatrix} m_1 & 0 \\ 0 & m_2 \end{bmatrix}= \begin{bmatrix} m_1 v_1 & m_2v_2 \end{bmatrix}$.
So the equation means $\begin{bmatrix} Av_1 & Av_2 \end{bmatrix}= \begin{bmatrix} m_1 v_1 & m_2v_2 \end{bmatrix}$.