Which statement about matrix multiplication is true?
Matrix multiplication is always commutative: AB=BAAB = BAAB=BA for any matrices AAA and BBB.
Matrix multiplication is associative: (AB)C=A(BC)(AB)C = A(BC)(AB)C=A(BC) when the dimensions are compatible.
(AB)T=ATBT(AB)^T = A^T B^T(AB)T=ATBT for any matrices AAA and BBB.
The product ABABAB is always defined if both AAA and BBB are square matrices.