Linear transformations + writing of output matrix

Click For Summary

Homework Help Overview

The discussion revolves around finding the matrix representation of a linear transformation defined on polynomials of degree at most 2, specifically the transformation T(a + bt + ct^2) = (a + c) - (c + b)t + (a + b + c)t^2. Participants are exploring the concept of standard basis in the context of polynomial spaces.

Discussion Character

  • Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants are attempting to derive the transformation matrix by applying the transformation to the standard basis vectors. There are discussions about the correct interpretation of the standard basis for the polynomial space, with some suggesting it is {1, t, t^2} instead of the typical R^3 basis.

Discussion Status

There is an ongoing exploration of the definitions and interpretations of the standard basis in relation to the problem. Some participants have provided insights into how the transformation matrix should be structured based on the chosen basis, while others are questioning the validity of different interpretations of the standard basis.

Contextual Notes

Participants are navigating the implications of using different bases for polynomial representations and how that affects the transformation matrix. There is a recognition that the assignment of basis vectors to polynomial terms is crucial for the correct formulation of the transformation matrix.

JamesGoh
Messages
140
Reaction score
0

Homework Statement



Given the following defined transformation

T(a + bt+ct^{2}) = (a+c) - (c+b)t + (a+b+c)t^{2}

find the matrix with respect to the standard basis


From my understanding, the standard basis for a 3 element vector would
be

(0,0,1)^{T} (0,1,0)^{T} (1,0,0)^{T}

Homework Equations



T(u+v)= T(u) + T(v)

λT(v) = T(λv)

The Attempt at a Solution




okay, if I used the defined transformation, I get the following when I put any of the standard basis into the transformation

T(0,0,1)^{T}=1 - t + t^{2}<br /> <br /> <br /> <br /> T(0,1,0)^{T} = 0 -t + t^{2}<br /> <br /> <br /> <br /> T(1,0,0)^{T} = 1 - 0 + t^{2}<br /> <br />

If I am correct, the matrix should be the following

1 -1 1
0 -1 1
1 0 1

However, the tutorial answers have it in the form

1 0 1

-1 -1 0

1 1 1

Shouldn't my answer be correct, since the t and t^{2} terms are different parts of a linear equation which is why they can't be in the same column ?
 
Physics news on Phys.org
T(x) = A.x

where
x = [c b a]^T
A is the transformation matrix


The way you have put your A matrix, we would need to do following
T(p) = p.A
p = [c b a]
 
evidently, the "standard basis" being referred to is {1,t,t2}.

that is: a+bt+ct2<---> (a,b,c)

(1,0,0) <--> 1
(0,1,0) <--> t
(0,0,1) <--> t2

with respect to a given basis, B = {v1,...,vn}, the matrix of a linear transformation T:V-->V, [T]B, is the matrix such that:

[T]B[vj]B = [T(vj)]B,

where the multiplication on the left is an nxn matrix multiplied by an nx1 matrix.

of course, [vj]B = [0,0,...1,...,0]B, where the 1 is in the j-th place, which then gives us the j-th column of [T]B.
 
Deveno said:
evidently, the "standard basis" being referred to is {1,t,t2}.

Does this case of "standard basis" only apply for any 3-element vector input written in the form of a parabolic equation ?
 
Yes. Your "standard basis", <1, 0, 0>, <0, 1, 0>, and <0, 0, 1>, would be correct for R^3. Of course, the assignment <1, 0, 0>->1, <0, 1, 0>->t, <0, 0, 1>->t^2 maps one to the other.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K