Solveeit Logo

Question

Mathematics Question on Symmetric and Skew Symmetric Matrices

If AA and BB are symmetric matrices of the same order, then ABBAAB - BA is:

A

Symmetric matrix

B

Zero matrix

C

Skew-symmetric matrix

D

Identity matrix

Answer

Skew-symmetric matrix

Explanation

Solution

To determine the nature of ABBAAB - BA, let’s use the properties of symmetric and skew-symmetric matrices.

Symmetric Matrix Property: A matrix MM is symmetric if MT=MM^T = M.

Since AA and BB are symmetric matrices, we know AT=AA^T = A and BT=BB^T = B.

Now, consider (ABBA)T(AB - BA)^T:

(ABBA)T=BTATATBT(AB - BA)^T = B^T A^T - A^T B^T

Since AT=AA^T = A and BT=BB^T = B, this becomes:

(ABBA)T=BAAB=(ABBA)(AB - BA)^T = BA - AB = -(AB - BA)

This result implies that ABBAAB - BA is a skew-symmetric matrix, as (ABBA)T=(ABBA)(AB - BA)^T = -(AB - BA).

Thus, ABBAAB - BA is skew-symmetric.