Linear transformations and standart matrices

In summary: This is the third column of the standard matrix.Therefore, the standard matrix of T is A = \begin{pmatrix} 1/3 & 1/3 & 1/6 \\ 2/3 & 2/3 & 2/6 \\ 1/3 & 1/3 & 1/6 \end{pmatrix}. This is not an odd matrix as you suggested, because the third row is not the
  • #1
PirateFan308
94
0

Homework Statement


Define the linear transformation [itex]T: R^{3} → R^{3}[/itex] by [itex]T(v)=[/itex] the projection of [itex]v[/itex] onto the vector [itex]w=(1,2,1)[/itex]

Find the (standard matrix of [itex]T[/itex])


Homework Equations


[itex]T: V → W[/itex] is a function from V to W (which means that for each v in V, there is a T9v) in W such that:
T(v+v')=T(v)+T(v'), T(cv) = cT(v) for all v,v'[itex]\in[/itex]V, c[itex]\in[/itex]F

For T(v) = Av, the matrix A is called the standard matrix of T

projection of v onto w = [itex](\frac{v \bullet w}{w \bullet w})(w)[/itex]

The Attempt at a Solution


I'm having problems understanding Linear Transformations at all, and I'm not really sure if this is at all correct ... I'm thinking I should apply T to [itex]e_1, e_2, and~ e_3[/itex].

Because the transformation takes place in [itex]R^{3}[/itex], I know A will be a 3x3 matrix. Apply T to [itex]e_1[/itex], where proj [itex]e_1[/itex] onto w would be [itex](1/6, 2/6, 1/6)[/itex] and we can see that [itex]x=1/6, y=1/3, z=1/6[/itex], so should the first column of A be [itex] \begin{pmatrix} 1/6 \\ 1/3 \\ 1/6 \end{pmatrix}[/itex]? Then apply T to [itex]e_2[/itex], where proj [itex]e_2[/itex] onto w would be [itex](1/3, 2/3, 1/3)[/itex] and we can see that [itex]x=1/3, y=2/3, z=1/3[/itex], so the second column of A should be [itex] \begin{pmatrix} 1/3 \\ 2/3 \\ 1/3 \end{pmatrix}[/itex]. And again, applying T to [itex]e_3[/itex] proj [itex]e_3[/itex] onto w would be [itex](1/6, 2/6, 1/6)[/itex] and we can see that [itex]x=1/6, y=1/3, z=1/6[/itex], so should the third column of A be [itex] \begin{pmatrix} 1/6 \\ 1/3 \\ 1/6 \end{pmatrix}[/itex]?

So should the matrix A be [itex] A=\begin{pmatrix} 1/6 & 1/3 & 1/6 \\ 1/3 & 2/3 & 1/6 \\ 1/6 & 1/3 & 1/6 \end{pmatrix}[/itex]? This seems odd to have the third row be the same as the first row and the third column the same as the third column.

Is this correct, or am I completely off? Thanks!
 
Physics news on Phys.org
  • #2


Dear fellow scientist,

Your attempt at finding the standard matrix of T is on the right track, but there are a few errors in your calculations. Let's work through it together to find the correct answer.

First, let's review the definition of a linear transformation. It is a function that takes vectors from one vector space and maps them to another vector space, while preserving certain properties such as linearity (as stated in the homework equations). In this case, T is a linear transformation from R^3 to R^3.

Next, we need to understand what the projection of a vector onto another vector means. The projection of a vector v onto a vector w is the component of v that lies in the direction of w. In other words, it is the vector that is parallel to w and has the same magnitude as the component of v in the direction of w. This can be calculated using the formula you provided: proj_v onto w = (v dot w / w dot w) * w.

Now, let's apply this to find the standard matrix of T. We need to find the images of the standard basis vectors e_1, e_2, and e_3 under T. The standard basis vectors are the unit vectors along the x, y, and z axes respectively.

Applying T to e_1, we get proj_e_1 onto w = (1 dot 1 + 0 dot 2 + 0 dot 1) / (1 dot 1 + 2 dot 2 + 1 dot 1) * (1, 2, 1) = (2/6, 4/6, 2/6) = (1/3, 2/3, 1/3). This is the first column of the standard matrix.

Similarly, applying T to e_2, we get proj_e_2 onto w = (0 dot 1 + 1 dot 2 + 0 dot 1) / (1 dot 1 + 2 dot 2 + 1 dot 1) * (1, 2, 1) = (2/6, 4/6, 2/6) = (1/3, 2/3, 1/3). This is the second column of the standard matrix.

Finally, applying T to e_3, we get proj_e_3 onto w = (0 dot 1 +
 

1. What is a linear transformation?

A linear transformation is a mathematical function that maps one vector space to another in a way that preserves the operations of vector addition and scalar multiplication.

2. How is a linear transformation represented by a standard matrix?

A linear transformation can be represented by a standard matrix by using the columns of the matrix to represent the images of the standard basis vectors in the corresponding vector space.

3. What is the difference between a linear transformation and a matrix transformation?

A linear transformation is a general mathematical function, while a matrix transformation is a specific type of linear transformation that uses a matrix to represent the transformation.

4. Can a linear transformation be performed on any type of data?

Yes, a linear transformation can be performed on any type of data that can be represented as vectors in a vector space.

5. How do you determine if a linear transformation is invertible?

A linear transformation is invertible if and only if its corresponding standard matrix is invertible, which means that it is possible to find an inverse matrix that undoes the transformation.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
643
  • Calculus and Beyond Homework Help
Replies
6
Views
268
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
511
  • Calculus and Beyond Homework Help
Replies
1
Views
598
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
867
  • Calculus and Beyond Homework Help
Replies
8
Views
605
Back
Top