Linear Algebra question regarding Matrices of Linear Transformations

psychosomatic
Messages
2
Reaction score
0

Homework Statement



Find the matrix representations [T]\alpha and [T]β of the following linear transformation T on ℝ3 with respect to the standard basis:

\alpha = {e1, e2, e3}

and β={e3, e2, e1}

T(x,y,z)=(2x-3y+4z, 5x-y+2z, 4x+7y)

Also, find the matrix representation of [T]^{\alpha}_{\beta}

Homework Equations



None

The Attempt at a Solution



T(e1) = (2, 5, 4)

T(e2) = (-3, -1, 7)

T(e3) = (4, 2, 0)

So, I got [T]\alpha = (T(e1), T(e2), T(e3))

but for [T]β, I got [T]β=(T(e3), T(e2), T(e1))
However, the answers in the back of the book tell me that although my order for [T]β is correct, the vectors themselves are inverted.
ie: T(e1) = (4, 5, 2)

Why is this? And I'm not sure how to start the second half of the question...
 
Physics news on Phys.org
The columns of the matrix of a linear transformation in a given ordered basis are the coefficents of the expression of the transformation of each basis vector, in turn, written as a linear combination of that ordered basis.

The reason I emphasised "ordered" is that in the second basis, you are given \beta as same vectors as in \alpha, just in a different order.
T(\beta_1)= T(e_3)= (4, 2, 0)= 0e_3+ 2e_2+ 4e_1 so the first column is
\begin{bmatrix}0 \\ 2 \\ 4\end{bmatrix}
 
Thank you, that cleared up some of my problems!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top