Final answer:
To find matrix products AB and BA, one must multiply matrix A by matrix B and vice versa, respectively; vector x is found by applying transformation T to the given vector, then y is obtained by applying S to x.
Step-by-step explanation:
The question involves two linear transformations T : R^3 \rightarrow R^2 and S : R^2 \rightarrow R^3, represented by matrices A and B respectively. The matrix products AB and BA are to be found, followed by the image of a given vector under these transformations and the resultant composite.
For matrix A, which is a 2x3 matrix, and matrix B, which is a 3x2 matrix, the matrix product AB will be a 2x2 matrix, whereas the matrix product BA will be a 3x3 matrix. This also demonstrates the composability of linear transformations.
To find the products, we perform matrix multiplication according to the standard rules where each entry in the resulting matrix is the dot product of the corresponding row of the first matrix and the column of the second.
In the case of applying the transformation T to vector (3, -1, -2) to get vector x, we use matrix A to transform this vector. This is done by multiplying the matrix A by the vector. Afterwards, the transformation S is applied, represented by matrix B, to get vector y, achieved by multiplying matrix B with vector x.
The properties of scalar and vector products discussed are not directly applicable to this question as they relate to operations in vector space, whereas the question asks for simple matrix multiplication.