We can consider function composition for linear maps?
Given vector spaces $U, V, W$ over the same
field $\F $ and linear maps $T \in
\mathcal{L} (U, V)$ and $S \in \mathcal{L} (V,
W)$, the product of $S$
and $T$ is the linear map $R \in
\mathcal{L} (U, W)$ defined by
\[
R(u) = S(T(u)) \quad \text{for all } u \in U
\]
This definition only makes sense if $T$ maps into the domain of $S$. We often say that the maps are conforming in this case.
Often the product is denoted $ST$ (instead of $S \circ T$).
\[ (T_1T_2)T_3 = T_1(T_2T_3) \]