A) Let $T: \mathbb{R}^2 \to \mathbb{R}^2$ be the linear operator given by the formula $T(x,y) = (2x-y, -8x+4y)$.
Find a basis for the range of the linear operator.
B) Let $T: \mathbb{R}^4 \to \mathbb{R}^3$ be the linear transformation given by the formula:
$T(x_1, x_2, x_3, x_4) = (4x_1+x_2-2x_3-3x_4, 2x_1+x_2+x_3-4x_4, 6x_1-9x_3+9x_4)$ Find a basis for the range of the linear transformation.
C) Let $T:P_2 \to P_3$ be the linear transformation defined by $T(p(x)) = xp(x)$.
Find the basis for the range of the linear transformation.
*Update 7/16/13: Working on part b:
I believe (correct me if I'm wrong) that the basis of the range of a linear transformation is just the column space of the linear transformation. If so, I should set the transformation up in a matrix and reduce to row echelon. Then, I think I'll use the columns in the reduced matrix that have pivots and correspond those columns to the original matrix - thus giving me my basis. However, I set up the following matrix.
B=\begin{bmatrix} 4 & 1 & -2 & -3 \\ 2 & 1 & 1 & -4 \\ 6 & 0 & -9 & 9 \end{bmatrix}
When I reduced this, I got
B=\begin{bmatrix} 1 & 0 & -(3/2) & 0 \\ 0 & 1 & 4 & 0 \\ 0 & 0 & 0 & 1 \end{bmatrix}
From this, I would think that the column one, two and four contain my pivots. Therefore, (going back to the original matrix) my basis would be the column vectors <4,2,6>, <1,1,0> and <-3,-4,9>. I'm afraid I've gone wrong somewhere. Can someone help me with this?