Matrix representation of function composition

Click For Summary
SUMMARY

The discussion focuses on the matrix representation of function composition involving two linear transformations, ##T_{a}## and ##T_{b}##. The transformations are defined as ##T_{a} \begin{bmatrix}x \\ y\end{bmatrix} = \begin{bmatrix}-x \\ x+y\end{bmatrix}## and ##T_{b} \begin{bmatrix}x \\ y\end{bmatrix} = \begin{bmatrix}x+y \\ x -y \end{bmatrix}##. The composition of these transformations is represented by the matrix multiplication resulting in ##T_{a} \circ T_{b} = \begin{bmatrix}-1 & -1 \\ 2 & 0 \end{bmatrix} \begin{bmatrix} x\\y \end{bmatrix} = \begin{bmatrix}-x -y\\ 2x \end{bmatrix}##. It is emphasized that the final transformation should be expressed in a similar format to the original transformations.

PREREQUISITES
  • Understanding of linear transformations
  • Familiarity with matrix multiplication
  • Knowledge of vector representation in linear algebra
  • Ability to manipulate and compose functions
NEXT STEPS
  • Study the properties of linear transformations in depth
  • Learn about matrix representation of linear operators
  • Explore function composition in linear algebra
  • Investigate the implications of transformation matrices in applications
USEFUL FOR

Students of linear algebra, mathematicians, and educators looking to deepen their understanding of linear transformations and their matrix representations.

Sociomath
Messages
9
Reaction score
0
Am I on the right path here?

1. Homework Statement

i. Prove that ##T_{a}## and ##T_{b}## are linear transformations.
ii. Compose the two linear transformations and show the matrix that represents that composition.

2. The attempt at a solution

i. Prove that ##T_{a}## and ##T_{b}## are linear transformations.
i. ##T_{a} \begin{bmatrix}x \\ y\end{bmatrix} = \begin{bmatrix}-x \\ x+y\end{bmatrix}##
##x =\begin{bmatrix}-1\\1\end{bmatrix}+y\begin{bmatrix}0\\1 \end{bmatrix}##
##\begin{bmatrix}-1 & 0 \\ 1 & 1 \end{bmatrix}\begin{bmatrix}x \\ y \end{bmatrix}##
##T_{a}## = Linear transformation.

##T_{b} \begin{bmatrix}x \\ y \end{bmatrix} = \begin{bmatrix}x+y \\ x -y \end{bmatrix}##
##x \begin{bmatrix}1\\1 \end{bmatrix} + y \begin{bmatrix}1\\-1 \end{bmatrix} = \begin{bmatrix}1 & 1 \\ 1 & -1 \end{bmatrix} \begin{bmatrix}x\\y \end{bmatrix}##
##T_{b}## = Linear transformation.

ii. Compose the two linear transformations and show the matrix that represents that composition.
##T_{a} {\circ} T_{b} = \left[T_{a}\right]\left[T_{e}\right] = \begin{bmatrix}-1 & 0 \\ 1 & 1 \end{bmatrix} \begin{bmatrix}1 & 1 \\ 1 & -1 \end{bmatrix}##
##= \begin{bmatrix}-1 & -1 \\ 2 & 0 \end{bmatrix}##

Thanks in advance.
 
Physics news on Phys.org
That looks correct. However, from the way the question is written, they expect you to not just produce the matrix but also state the the transformation in the same form as that in which the original two were given, ie this form
$$
T_{a} \begin{bmatrix}x \\ y\end{bmatrix} = \begin{bmatrix}-x \\ x+y\end{bmatrix}
$$
 
  • Like
Likes   Reactions: Sociomath
andrewkirk said:
That looks correct. However, from the way the question is written, they expect you to not just produce the matrix but also state the the transformation in the same form as that in which the original two were given, ie this form
$$
T_{a} \begin{bmatrix}x \\ y\end{bmatrix} = \begin{bmatrix}-x \\ x+y\end{bmatrix}
$$

##\left[T_{a}\right]\left[T_{b}\right] = \begin{bmatrix}-1 & -1 \\ 2 & 0 \end{bmatrix} \begin{bmatrix} x\\y \end{bmatrix} = \begin{bmatrix}-x -y\\ 2x \end{bmatrix}##
 
Sociomath said:
##\left[T_{a}\right]\left[T_{b}\right] = \begin{bmatrix}-1 & -1 \\ 2 & 0 \end{bmatrix} \begin{bmatrix} x\\y \end{bmatrix} = \begin{bmatrix}-x -y\\ 2x \end{bmatrix}##
I wouldn't write it like that, because ##[T_a]##is the matrix representation of the linear operator ##T_a##, rather than the linear transformation itself. The transformation is ##T_a\circ T_b##. So writing it the same way as that in which ##T_a## and ##T_b## were presented would be
$$(T_a\circ T_b)\begin{bmatrix} x\\y \end{bmatrix} = \begin{bmatrix}-x -y\\ 2x \end{bmatrix}$$
 
  • Like
Likes   Reactions: Sociomath

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K
Replies
19
Views
1K
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K