\(\begin{bmatrix} -3 & 1 & 5 \\ -2 & 9 & 10 \end{bmatrix}\)
\(\begin{bmatrix} 3 & 1 & 5 \\ 2 & 9 & 10 \end{bmatrix}\)
To determine \((BA)^T\), we first compute the product \(BA\) and subsequently its transpose. The given matrices are:
\(A = \begin{bmatrix} 3 & 2 \\ -1 & 1 \end{bmatrix}\) and \(B = \begin{bmatrix} -1 & 0 \\ 2 & 5 \\ 3 & 4 \end{bmatrix}\).
The matrix product \(BA\) is calculated as:
\(BA = \begin{bmatrix} -1 & 0 \\ 2 & 5 \\ 3 & 4 \end{bmatrix} \begin{bmatrix} 3 & 2 \\ -1 & 1 \end{bmatrix}\).
The entries of \(BA\) are computed as follows:
Therefore, the product \(BA\) is:
\(BA = \begin{bmatrix} -3 & -2 \\ 1 & 9 \\ 5 & 10 \end{bmatrix}\).
The transpose \((BA)^T\) is obtained by interchanging the rows and columns of \(BA\):
\((BA)^T = \begin{bmatrix} -3 & 1 & 5 \\ -2 & 9 & 10 \end{bmatrix}\).
This result matches the option:
\(\begin{bmatrix} -3 & 1 & 5 \\ -2 & 9 & 10 \end{bmatrix}\)