find a linear transformation T:R^3->R^3 whose image is spanned by (1,2,3 ) and (4,5,6)
Since "\\begin{pmatrix}\n 1 \\\\\n 2 \\\\\n 3\\\\\n\\end{pmatrix}" and "\\begin{pmatrix}\n 4\\\\\n 5\\\\6\\\\\n\\end{pmatrix}" spans "Img(T)," then for any "y \\in Img(T), y" can be written as a linear combination of "\\begin{pmatrix}\n 1 \\\\\n 2 \\\\\n 3\\\\\n\\end{pmatrix}" and "\\begin{pmatrix}\n 4\\\\\n 5\\\\6\\\\\n\\end{pmatrix}" i.e.
So, the two vectors and any vector will form the linear mapping "T".
Since only the two vectors span the space, the third column is not linearly independent. Any vector that is a linear combination of the other two, will do. So any matrix of the form
"T=\\begin{pmatrix}\n 1&4&x+4y\\\\\n 2&5&2x+5y\\\\\n 3&6&3x+6y\\\\\n\\end{pmatrix}"has the designed properties of the linear mapping for any "x, y\\in \\R."
A trivial example is
Other example
There are infinitely many possibilities.
Comments
Leave a comment