Sumation of symmetric and skew symmetri metrices

  • Thread starter Thread starter harshakantha
  • Start date Start date
  • Tags Tags
    Symmetric
Click For Summary

Homework Help Overview

The discussion revolves around expressing a given matrix as the sum of a symmetric matrix and a skew-symmetric matrix. The subject area includes linear algebra and matrix theory.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore different definitions and constructions of symmetric and skew-symmetric matrices. Some participants question the correctness of initial attempts to define these matrices based on the original matrix.

Discussion Status

There is ongoing exploration of the correct method to express the original matrix as a sum of symmetric and skew-symmetric components. Some participants have provided hints and formulas, while others are clarifying misunderstandings about the problem requirements.

Contextual Notes

Participants are discussing the need for a unique expression of a square matrix in terms of symmetric and skew-symmetric matrices, referencing the properties of matrix transposition.

harshakantha
Messages
41
Reaction score
0
Express \left(\begin{array}{cccc}
6 & 1 & 5\\
-2 & -5 & 4\\
-3 & 3 & -1\
end{array}
\right) as the sum of the symmetric and skew symmetric matrices.

I did this following way

Consider symmetric metric as "A"
then;
A = \left(\begin{array}{cccc}
6 & 1 & 5\\
1 & -5 & 4\\
5 & 4 & -1\
\end{array}
\right)

Consider skew symmetric metric as "B"
then;
B = \left(\begin{array}{cccc}
0 & 1 & 5\\
-1 & 0 & 4\\
-5 & -4 & 0\
\end{array}
\right)

Then sum of matrices A and B is;
A+B= \left(\begin{array}{cccc}
6 & 2 & 10\\
0 & -5 & 8\\
0 & 0 & -1\
\end{array}
\right)

is this correct??:smile:
 
Physics news on Phys.org
Fixing your LaTeX...
harshakantha said:
Express
\begin{pmatrix}
6 & 1 & 5 \\
-2 & -5 & 4 \\
-3 & 3 & -1
\end{pmatrix}
as the sum of the symmetric and skew symmetric matrices.

I did this following way

Consider symmetric metric as "A"
then;
[tex]A = \begin{pmatrix}<br /> 6 & 1 & 5 \\ <br /> 1 & -5 & 4 \\ <br /> 5 & 4 & -1 <br /> \end{pmatrix} [/tex]
Consider skew symmetric metric as "B"
then;
[tex] B = \begin{pmatrix}<br /> 0 & 1 & 5 \\ <br /> -1 & 0 & 4 \\ <br /> -5 & -4 & 0<br /> \end{pmatrix} [/tex]

Then sum of matrices A and B is;
[tex]A+B = \begin{pmatrix}<br /> 6 & 2 & 10 \\ <br /> 0 & -5 & 8 \\ <br /> 0 & 0 & -1<br /> \end{pmatrix}[/tex]
is this correct??:smile:
No. The problem is asking you to find A and B such that A+B is equal to the original matrix. This is obviously not the case for your A and B.
 
Thank you for fixing Latex vela :smile:, oh.. I think I've understood the question wrongly, so can you give me a hint, on how to do that in correct way :smile:
 
Let's take a generic symmetric and a skewed symmetric matrix.

Say:
[tex]A=\begin{pmatrix}a & b \\ b & d \end{pmatrix}\qquad A=\begin{pmatrix}0 & q \\ -q & 0\end{pmatrix}[/tex]

Adding them up will yield:
[tex]A+B=\begin{pmatrix}a & b+q \\ b-q & d \end{pmatrix}[/tex]

You should note that the average of (b-q) and (b+q) is b.

Now can you think up how to construct a symmetric and a skewed symmetric matrix from a given matrix?
 
Thank you I like Serena, I've found a formula to express a square matrix by using symmetric and skew symmetric matrices here it is;

Let A be the given square matrix
A can be uniquely expressed as sum of a symmetric matrix and a skew symmetric matrix, which is

A =(A+A')/2 + (A-A')/2 consider A' is Transpose of matrix A;
by using this I was able to got the symmetric matrix and a skew symmetric matrix for the given matrix.:smile:. is this correct?
 
Yes, this this correct.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K