Question
Question: If A and B are symmetric matrices of the same order, Prove that AB – BA is a symmetric matrix....
If A and B are symmetric matrices of the same order, Prove that AB – BA is a symmetric matrix.
Solution
Hint – In this particular question use the concept that a symmetric matrix is always a square matrix (i.e. rows and columns are the same) and it is always equal to its transpose so use these concepts to reach the solution of the question.
Complete step-by-step answer:
As we all know a symmetric matrix is a square matrix which is always equal to its transpose of the matrix.
For example:
Consider a matrix M = \left[ {\begin{array}{*{20}{c}}
0&1 \\\
1&0
\end{array}} \right]
Now take the transpose of this matrix we have,
\Rightarrow {M^T} = {\left[ {\begin{array}{*{20}{c}}
0&1 \\\
1&0
\end{array}} \right]^T}, where T is the sign for the transpose.
Now apply the transpose (i.e. in transpose rows changed into column and column changed into rows).
\Rightarrow {M^T} = \left[ {\begin{array}{*{20}{c}}
0&1 \\\
1&0
\end{array}} \right]
Therefore, M=MT
So as we see that M and MT are the same therefore it is called a symmetric matrix.
Now it is given that A and B are the symmetric matrix of the same order.
So consider any symmetric matrix of order (2×2)
Let, A = \left[ {\begin{array}{*{20}{c}}
0&1 \\\
1&0
\end{array}} \right] and B = \left[ {\begin{array}{*{20}{c}}
2&1 \\\
1&2
\end{array}} \right]
So it is a symmetric matrix
Therefore, A=AT and B=BT
Now we have to prove AB – BA is a symmetric matrix.
Proof –
Now first find out the values of AB and BA
Therefore, AB = \left[ {\begin{array}{*{20}{c}}
0&1 \\\
1&0
\end{array}} \right]\left[ {\begin{array}{*{20}{c}}
2&1 \\\
1&2
\end{array}} \right]
Now apply matrix multiplication we have,
⇒AB = \left[ {\begin{array}{*{20}{c}}
0&1 \\\
1&0
\end{array}} \right]\left[ {\begin{array}{*{20}{c}}
2&1 \\\
1&2
\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}
{0 \times 2 + 1 \times 1}&{0 \times 1 + 1 \times 2} \\\
{1 \times 2 + 0 \times 1}&{1 \times 1 + 0 \times 2}
\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}
1&2 \\\
2&1
\end{array}} \right]
Now find out BA
Therefore, BA = \left[ {\begin{array}{*{20}{c}}
2&1 \\\
1&2
\end{array}} \right]\left[ {\begin{array}{*{20}{c}}
0&1 \\\
1&0
\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}
{2 \times 0 + 1 \times 1}&{2 \times 1 + 1 \times 0} \\\
{1 \times 0 + 2 \times 1}&{1 \times 1 + 2 \times 0}
\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}
1&2 \\\
2&1
\end{array}} \right]
So as we see that the value of the AB and BA are coming the same.
So the difference of these matrix is a zero matrix which is given as,
Therefore, AB – BA = \left[ {\begin{array}{*{20}{c}}
1&2 \\\
2&1
\end{array}} \right] - \left[ {\begin{array}{*{20}{c}}
1&2 \\\
2&1
\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}
0&0 \\\
0&0
\end{array}} \right]
Now take the transpose of the above matrix we have,