Given: A and B are symmetric matrices of order 3 x 3.
For symmetric matrices: AT=A and BT=B
For any matrices: (XY)T=YTXT
Let M=2AB−BA
Taking transpose:
MT=(2AB−BA)T
MT=(2AB)T−(BA)T
MT=2(AB)T−(BA)T
Applying the transpose property:
MT=2BTAT−ATBT
Since AT=A and BT=B:
MT=2BA−AB
For M to be symmetric, we need MT=M:
2BA−AB=2AB−BA
3BA=3AB
BA=AB
This is not true in general since matrix multiplication is not commutative.
Therefore, M is not symmetric.
For M to be skew-symmetric, we need MT=−M:
2BA−AB=−(2AB−BA)
2BA−AB=−2AB+BA
2BA−AB=BA−2AB
BA=−AB
This is also not true in general.
Therefore, M is not skew-symmetric.
The matrix 2AB−BA is neither symmetric nor skew-symmetric.