Finding a matrix for a linear transformation

Click For Summary
The discussion focuses on finding the matrix representation A' for the linear transformation T: R2-->R2 defined by T(x1, x2) = (2x1 - 2x2, -x1 + 3x2) relative to the basis B' = {(1, 0), (1, 1)}. Participants express confusion about the meaning of a transformation matrix relative to a specific basis and how it relates to standard bases. The key steps involve determining T(e1) and T(e2) in terms of the given basis, leading to the expressions Te1 = ae1 + be2 and Te2 = ce1 + de2. The matrix A is constructed from these coefficients, allowing the transformation of any vector in the basis to be represented through matrix multiplication. Understanding these concepts is crucial for correctly applying the transformation and interpreting the solution provided in the textbook.
patricio2626
Messages
6
Reaction score
0
'

Homework Statement



Find the matrix A' for T: R2-->R2, where T(x1, x2) = (2x1 - 2x2, -x1 + 3x2), relative to the basis B' {(1, 0), (1, 1)}.

Homework Equations



B' = {(1, 0), (1, 0)} so B'-1 = {(1, -1), (0, 1)}.

The Attempt at a Solution



I'm confused at what exactly a transform matrix relative to a given basis is to mean. Does this mean that some vector vB', when multiplied by A', will equal T(v)B'? I have the solution from the book: B-1AB', but if I had to put in English what it looks to me that this does: B'-1 converts vstd to vB', then A is the transform matrix which should take vstd and output T(v)std, then B' will convert vB' to vstd. It therefore look as if this will take vectors in standard bases and output them in standard bases after transforming? That can't be right because the answer given is not the same as the transform. What is the question asking, exactly?
 
Physics news on Phys.org
You have to find ##Te_1,Te_2## under the expression of ##e_1,e_2,## where ##\{e_1,e_2\}## is the given basis.
 
tommyxu3 said:
You have to find ##Te_1,Te_2## under the expression of ##e_1,e_2,## where ##\{e_1,e_2\}## is the given basis.

Sure, T(e1), T(e2) is easy: {(2, -1), (0, 2)}
 
You have to express them ##\textbf{under}## ##e_1,e_2.##
That is, you have to get ##Te_1=ae_1+be_2,Te_2=ce_1+de_2,## likewise.
 
I think that if I can get an answer to this then I will be able to figure out what is going on in the answer and explanation in the book:
I'm confused at what exactly a transform matrix relative to a given basis is to mean. Does this mean that some vector vB', when multiplied by A', will equal T(v)B'?
 
Take your problem for example. For the given ordered basis ##e_1,e_2,## If I get ##Te_1=ae_1+be_2,Te_2=ce_1+de_2,## and let the matrix ##A## be $$\begin{pmatrix}
a & c \\
b & d
\end{pmatrix}.$$
Then for any vector ##v=xe_1+ye_2,## if you want to get ##Tv,## besides calculating it directly, you can use the matrix like
$$M
\begin{pmatrix}
x \\
y
\end{pmatrix}
=
\begin{pmatrix}
ax+cy \\
bx+dy
\end{pmatrix}
,$$
which you can notice would be the coefficients of ##Tv,## for ##(ax+cy)e_1+(bx+dy)e_2=x(ae_1+be_2)+y(ce_1+de_2)=xT(e_1)+yT(e_2)=T(xe_1+ye_2)=Tv,## satisfying the rules of linear maps.
 

Similar threads

  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K