Question
Question: For any \[n \times n\] matrix, prove that A can be uniquely expressed as a sum of symmetric and skew...
For any n×n matrix, prove that A can be uniquely expressed as a sum of symmetric and skew symmetric matrices.
Solution
- Hint: In this problem, we need to use the property of the transpose of a matrix to prove that any square matrix can be expressed as the sum of symmetric and skew symmetric matrices. The transpose of a matrix is the original matrix.
Complete step-by-step solution -
Consider, A be a n×n square matrix.
Now, multiply and divide by 2 in matrix A as shown below.
Now, add and subtract the transpose of matrix A as shown below.
An×n=21[A+A+AT−AT] ⇒An×n=21[A+AT+A−AT] ⇒An×n=21[A+AT]+21[A−AT]......(1)Now, from equation (1), take the transpose of the matrix [A+AT] as shown below.
[A+AT]T ⇒AT+(AT)T ⇒AT+AThus, the matrix [A+AT] is a symmetric matrix.
Similarly, from equation (1), take the transpose of the matrix [A−AT] as shown below.
Thus, the matrix [A−AT] is a skew-symmetric matrix.
Hence, a square matrix of any order can be expressed as a sum of symmetric and skew symmetric matrices.
Note: The properties of the transpose of a matrix are shown below:
(A+B)T=BT+AT (AT)T=A (AB)T=BTAT