Answer
Verified
452.7k+ views
Hint: We can find the transpose of the matrix by interchanging the rows and columns. We can obtain the symmetric matrix by adding the matrix and its transpose and dividing it with 2. Similarly, the skew symmetric matrix can be obtained by subtracting the transpose of the matrix from the matrix and diving it with 2. Then we will get the symmetric and skew-symmetric parts of the matrix.
Complete step-by-step answer:
We have the matrix
$A = \left[ {\begin{array}{*{20}{c}}
1&2&4 \\
6&8&1 \\
3&5&7
\end{array}} \right]$
We know that transpose of a matrix is obtained by interchanging the rows and columns of the matrix.
So $A'$ can be found out by interchanging the rows and columns of the matrix A.
$ \Rightarrow A' = \left[ {\begin{array}{*{20}{c}}
1&6&3 \\
2&8&5 \\
4&1&7
\end{array}} \right]$
We know that $A + A'$ is a symmetric matrix and $A - A'$ is a skew symmetric matrix.
We can add both these vectors,
$ \Rightarrow \left( {A + A'} \right) + \left( {A - A'} \right) = 2A$
On dividing throughout with 2, we get.
$ \Rightarrow A = \dfrac{1}{2}\left( {A + A'} \right) + \dfrac{1}{2}\left( {A - A'} \right)$
Now A is expressed as the sum a symmetric and a skew-symmetric matrix.
Now we can find $A + A'$ ,
$ \Rightarrow A + A' = \left[ {\begin{array}{*{20}{c}}
1&2&4 \\
6&8&1 \\
3&5&7
\end{array}} \right] + \left[ {\begin{array}{*{20}{c}}
1&6&3 \\
2&8&5 \\
4&1&7
\end{array}} \right]$
We know that matrix addition is done by adding the corresponding terms.
$ \Rightarrow A + A' = \left[ {\begin{array}{*{20}{c}}
2&8&7 \\
8&{16}&6 \\
7&6&{14}
\end{array}} \right]$
On dividing with 2, we get,
$ \Rightarrow \dfrac{1}{2}\left( {A + A'} \right) = \dfrac{1}{2}\left[ {\begin{array}{*{20}{c}}
2&8&7 \\
8&{16}&6 \\
7&6&{14}
\end{array}} \right]$
$ \Rightarrow \dfrac{1}{2}\left( {A + A'} \right) = \left[ {\begin{array}{*{20}{c}}
1&4&{\dfrac{3}{2}} \\
4&8&3 \\
{\dfrac{3}{2}}&3&7
\end{array}} \right]$
Now we can find $A - A'$ ,
$ \Rightarrow A - A' = \left[ {\begin{array}{*{20}{c}}
1&2&4 \\
6&8&1 \\
3&5&7
\end{array}} \right] - \left[ {\begin{array}{*{20}{c}}
1&6&3 \\
2&8&5 \\
4&1&7
\end{array}} \right]$
We know that matrix subtraction is done by subtracting the corresponding terms.
$ \Rightarrow A - A' = \left[ {\begin{array}{*{20}{c}}
0&{ - 4}&1 \\
4&0&{ - 4} \\
1&4&0
\end{array}} \right]$
On dividing with 2, we get,
$ \Rightarrow \dfrac{1}{2}\left( {A - A'} \right) = \dfrac{1}{2}\left[ {\begin{array}{*{20}{c}}
0&{ - 4}&1 \\
4&0&{ - 4} \\
1&4&0
\end{array}} \right]$
$ \Rightarrow \dfrac{1}{2}\left( {A - A'} \right) = \left[ {\begin{array}{*{20}{c}}
0&{ - 2}&{\dfrac{1}{2}} \\
2&0&{ - 2} \\
{\dfrac{1}{2}}&2&0
\end{array}} \right]$
Now we can write A as
$ \Rightarrow A = \dfrac{1}{2}\left( {A + A'} \right) + \dfrac{1}{2}\left( {A - A'} \right)$
$ \Rightarrow A = \left[ {\begin{array}{*{20}{c}}
1&4&{\dfrac{3}{2}} \\
4&8&3 \\
{\dfrac{3}{2}}&3&7
\end{array}} \right] + \left[ {\begin{array}{*{20}{c}}
0&{ - 2}&{\dfrac{1}{2}} \\
2&0&{ - 2} \\
{\dfrac{1}{2}}&2&0
\end{array}} \right]$
Thus the symmetric and skew symmetric parts of A are $\left[ {\begin{array}{*{20}{c}}
1&4&{\dfrac{3}{2}} \\
4&8&3 \\
{\dfrac{3}{2}}&3&7
\end{array}} \right]$ and $\left[ {\begin{array}{*{20}{c}}
0&{ - 2}&{\dfrac{1}{2}} \\
2&0&{ - 2} \\
{\dfrac{1}{2}}&2&0
\end{array}} \right]$ respectively.
Note: A symmetric matrix is the matrix having its transpose equal to the matrix itself. It will be symmetric along the diagonal entries. A skew-symmetric matrix is the matrix that has its transpose equal to the negative of the matrix. The diagonal entries of a skew-symmetric matrix will be always equal to zero. All the square matrices can be expressed as the sum of a symmetric and a skew symmetric matrix. All these are applicable only for square matrices. Matrix addition is defined only for matrices of the same order. Sum of 2 matrices is given by the sum of the corresponding elements in the matrix. The product of a scalar with a matrix is given by the product of the scale with all the elements of the matrix.
Complete step-by-step answer:
We have the matrix
$A = \left[ {\begin{array}{*{20}{c}}
1&2&4 \\
6&8&1 \\
3&5&7
\end{array}} \right]$
We know that transpose of a matrix is obtained by interchanging the rows and columns of the matrix.
So $A'$ can be found out by interchanging the rows and columns of the matrix A.
$ \Rightarrow A' = \left[ {\begin{array}{*{20}{c}}
1&6&3 \\
2&8&5 \\
4&1&7
\end{array}} \right]$
We know that $A + A'$ is a symmetric matrix and $A - A'$ is a skew symmetric matrix.
We can add both these vectors,
$ \Rightarrow \left( {A + A'} \right) + \left( {A - A'} \right) = 2A$
On dividing throughout with 2, we get.
$ \Rightarrow A = \dfrac{1}{2}\left( {A + A'} \right) + \dfrac{1}{2}\left( {A - A'} \right)$
Now A is expressed as the sum a symmetric and a skew-symmetric matrix.
Now we can find $A + A'$ ,
$ \Rightarrow A + A' = \left[ {\begin{array}{*{20}{c}}
1&2&4 \\
6&8&1 \\
3&5&7
\end{array}} \right] + \left[ {\begin{array}{*{20}{c}}
1&6&3 \\
2&8&5 \\
4&1&7
\end{array}} \right]$
We know that matrix addition is done by adding the corresponding terms.
$ \Rightarrow A + A' = \left[ {\begin{array}{*{20}{c}}
2&8&7 \\
8&{16}&6 \\
7&6&{14}
\end{array}} \right]$
On dividing with 2, we get,
$ \Rightarrow \dfrac{1}{2}\left( {A + A'} \right) = \dfrac{1}{2}\left[ {\begin{array}{*{20}{c}}
2&8&7 \\
8&{16}&6 \\
7&6&{14}
\end{array}} \right]$
$ \Rightarrow \dfrac{1}{2}\left( {A + A'} \right) = \left[ {\begin{array}{*{20}{c}}
1&4&{\dfrac{3}{2}} \\
4&8&3 \\
{\dfrac{3}{2}}&3&7
\end{array}} \right]$
Now we can find $A - A'$ ,
$ \Rightarrow A - A' = \left[ {\begin{array}{*{20}{c}}
1&2&4 \\
6&8&1 \\
3&5&7
\end{array}} \right] - \left[ {\begin{array}{*{20}{c}}
1&6&3 \\
2&8&5 \\
4&1&7
\end{array}} \right]$
We know that matrix subtraction is done by subtracting the corresponding terms.
$ \Rightarrow A - A' = \left[ {\begin{array}{*{20}{c}}
0&{ - 4}&1 \\
4&0&{ - 4} \\
1&4&0
\end{array}} \right]$
On dividing with 2, we get,
$ \Rightarrow \dfrac{1}{2}\left( {A - A'} \right) = \dfrac{1}{2}\left[ {\begin{array}{*{20}{c}}
0&{ - 4}&1 \\
4&0&{ - 4} \\
1&4&0
\end{array}} \right]$
$ \Rightarrow \dfrac{1}{2}\left( {A - A'} \right) = \left[ {\begin{array}{*{20}{c}}
0&{ - 2}&{\dfrac{1}{2}} \\
2&0&{ - 2} \\
{\dfrac{1}{2}}&2&0
\end{array}} \right]$
Now we can write A as
$ \Rightarrow A = \dfrac{1}{2}\left( {A + A'} \right) + \dfrac{1}{2}\left( {A - A'} \right)$
$ \Rightarrow A = \left[ {\begin{array}{*{20}{c}}
1&4&{\dfrac{3}{2}} \\
4&8&3 \\
{\dfrac{3}{2}}&3&7
\end{array}} \right] + \left[ {\begin{array}{*{20}{c}}
0&{ - 2}&{\dfrac{1}{2}} \\
2&0&{ - 2} \\
{\dfrac{1}{2}}&2&0
\end{array}} \right]$
Thus the symmetric and skew symmetric parts of A are $\left[ {\begin{array}{*{20}{c}}
1&4&{\dfrac{3}{2}} \\
4&8&3 \\
{\dfrac{3}{2}}&3&7
\end{array}} \right]$ and $\left[ {\begin{array}{*{20}{c}}
0&{ - 2}&{\dfrac{1}{2}} \\
2&0&{ - 2} \\
{\dfrac{1}{2}}&2&0
\end{array}} \right]$ respectively.
Note: A symmetric matrix is the matrix having its transpose equal to the matrix itself. It will be symmetric along the diagonal entries. A skew-symmetric matrix is the matrix that has its transpose equal to the negative of the matrix. The diagonal entries of a skew-symmetric matrix will be always equal to zero. All the square matrices can be expressed as the sum of a symmetric and a skew symmetric matrix. All these are applicable only for square matrices. Matrix addition is defined only for matrices of the same order. Sum of 2 matrices is given by the sum of the corresponding elements in the matrix. The product of a scalar with a matrix is given by the product of the scale with all the elements of the matrix.
Recently Updated Pages
Who among the following was the religious guru of class 7 social science CBSE
what is the correct chronological order of the following class 10 social science CBSE
Which of the following was not the actual cause for class 10 social science CBSE
Which of the following statements is not correct A class 10 social science CBSE
Which of the following leaders was not present in the class 10 social science CBSE
Garampani Sanctuary is located at A Diphu Assam B Gangtok class 10 social science CBSE
Trending doubts
Which are the Top 10 Largest Countries of the World?
In what year Guru Nanak Dev ji was born A15 April 1469 class 11 social science CBSE
A rainbow has circular shape because A The earth is class 11 physics CBSE
How do you graph the function fx 4x class 9 maths CBSE
Fill the blanks with the suitable prepositions 1 The class 9 english CBSE
In Indian rupees 1 trillion is equal to how many c class 8 maths CBSE
The Equation xxx + 2 is Satisfied when x is Equal to Class 10 Maths
Why is there a time difference of about 5 hours between class 10 social science CBSE
Difference between Prokaryotic cell and Eukaryotic class 11 biology CBSE