1.9 The Matrix of Linear Transformation
What is the minimum we need to know about \( T \) to find \( A \)?
If \( T(\vec{x}) = T\left( \begin{bmatrix} 1 \\ 2 \\ 3 \end{bmatrix} \right) = \begin{bmatrix} 13 \\ 13 \end{bmatrix} \), \( A = ? \)
It turns out we just need to know the transformation of the standard unit vectors \( \vec{e_1}, \vec{e_2}, \dots, \vec{e_m} \).
\( \mathbb{R}^3 \): \( \vec{e_1} = \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix} \), \( \vec{e_2} = \begin{bmatrix} 0 \\ 1 \\ 0 \end{bmatrix} \), \( \vec{e_3} = \begin{bmatrix} 0 \\ 0 \\ 1 \end{bmatrix} \)
(sometimes written \( \vec{e_1} = (1, 0, 0) \), \( \vec{e_2} = (0, 1, 0) \), etc.)
\( \vec{e_i} \)'s are columns of identity matrix \( \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} \)