Terrell said:
why does the equation below have y vectors instead of x?
Are you referring to the right hand side of the equation? The image of the transform is in W, so it would be a vector expressed in the basis for W and that basis is the set of the ##y_i##.
since linear transformation follow traditional matrix multiplication, then why is a column vector of A multiplied to the column vectors of W?
The vectors of W aren't necessarily row vectors or column vectors. The usual way to represent a linear transformation is to represent it as multiplication by a matrix A on the left hand side of a column vector, which produces another column vector. ( However, I suppose there are a few books where the representation is done by multiplying a row vector on the right hand side by a matrix A to produce another row vector. Let's assume your text uses the conventional approach.)
The representation of the linear transformation ##T## by a matrix involves assuming we will represent the vectors in V and W in a certain manner. For example, if ##X## is a vector in ##V## expressed in the (orthonormal) x-basis as ##X = a1 x_1 + a2 x_2 + a3 x_3## then a "natural" way to represent ##X## by the ordered triple ##(a1,a2,a3)##. Notice this is not "naturally" a column vector. In fact, it looks like a row vector. But, after reading a lot of algebra texts, one begins to accept that ##X## will be represent by a column vector - i.e. as the transpose of ##(a1,a2,a3) = (a1,a2,a3)^T##.
Using the convention of representing the vectors involved as column vectors, the representation of ##x_2## in the x-basis is ##(0,1,0)^T##. The image of ##x_2## under a linear transformation ##T## will be some vector ##T(x_2)## in W. Suppose W has dimension two and ##T(x_2) = b1 y_1 + b2 y_2 ## , which is represented as ##(b1, b2)^T##. Compare ##(b1,b2)^T## with the result of multiplying ##(0,1,0)## on the left by a matrix ##A## of the appropriate dimensions.
##\begin{pmatrix} a_{11}&a_{12}& a_{13} \\ a_{21}&a_{22}&a_{23} \end{pmatrix} \begin{pmatrix}0\\1\\0\end{pmatrix} = \begin{pmatrix}a_{12}\\a_{22}\end{pmatrix}##
So ##a_{12} = b_1## and ##a_{22} = b_2##. As your text indicated, the second column of ##A## is determined by the coefficients of ##T(x_2)## when it is represented as a vector in the y-basis.