Question
Question: Find the symmetric and skew-symmetric parts of a matrix. \[A=\left( \begin{matrix} 1 & 2 & 4 ...
Find the symmetric and skew-symmetric parts of a matrix.
1 & 2 & 4 \\\ 6 & 8 & 1 \\\ 3 & 5 & 7 \\\ \end{matrix} \right)$$Solution
Hint: We can write a matrix A as the sum of 2A+AT and 2A−AT where 2A+AT is symmetric part of the matrix A and 2A−AT is skew-symmetric part of matrix A. Now we have to find the value of AT. AT represents a transpose of a matrix. A transpose of a matrix is obtained by interchanging the rows and columns of matrix A. By using AT, we can find the symmetric and skew-symmetric parts of matrix A.
Complete step-by-step answer:
We know that a matrix can be written as the sum of symmetric matrix and skew-symmetric matrix.
We can rewrite a matrix A as follows:
A=2A+2A
Now add and subtract 2ATon R.H.S where ATis transpose of matrix A.
⇒A=2A+AT+2A−AT
Let us assume 2A+AT as B and 2A−ATas C.
⇒A=B+C....(1)
We know that a matrix A is said to be symmetric if A=AT.
We know that
⇒B=2A+AT
Now we will apply transpose on both sides.