Q. Let A and B be two symmetric matrices of order 3 .
Statement-1: A(BA) and (AB)A are symmetric matrices.
Statement-2: AB is symmetric matrix if matrix multiplication of A with B is commutative.

 2130  219 Matrices Report Error

Solution:

A' = A
B' = B
Now (A(BA))' = (BA)'A'
= (A'B')A' = (AB)A = A(BA)
Similarly ((AB)A)' = (AB)A
So, A(BA) and (AB)A are symmetric matrices.
Again (AB)' = B'A' = BA
Now if BA = AB, then AB is symmetric matrix.