Sumation of symmetric and skew symmetri metrices

  • Thread starter harshakantha
  • Start date
  • Tags
    Symmetric
In summary: Thank you so much, now I can use this in my homework.In summary, 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.
  • #1
harshakantha
41
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
  • #2
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}
6 & 1 & 5 \\
1 & -5 & 4 \\
5 & 4 & -1
\end{pmatrix}
[/tex]
Consider skew symmetric metric as "B"
then;
[tex]
B = \begin{pmatrix}
0 & 1 & 5 \\
-1 & 0 & 4 \\
-5 & -4 & 0
\end{pmatrix}
[/tex]

Then sum of matrices A and B is;
[tex]A+B = \begin{pmatrix}
6 & 2 & 10 \\
0 & -5 & 8 \\
0 & 0 & -1
\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.
 
  • #3
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:
 
  • #4
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?
 
  • #5
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?
 
  • #6
Yes, this this correct.
 

1. What is the definition of a symmetric matrix?

A symmetric matrix is a square matrix in which the elements are equal to their corresponding elements reflected across the main diagonal. This means that for a matrix A, A[i][j] = A[j][i] for all indices i and j.

2. How do you determine if a matrix is symmetric or not?

To determine if a matrix is symmetric, you can check if it is equal to its own transpose. If A = AT, then it is symmetric. Another way is to check if the elements are equal to their corresponding elements reflected across the main diagonal.

3. What is the sum of two symmetric matrices?

The sum of two symmetric matrices is also a symmetric matrix. This is because the sum of two elements in the same position in each matrix will result in the same sum when reflected across the main diagonal.

4. How do you add two skew-symmetric matrices?

To add two skew-symmetric matrices, you can simply add the corresponding elements in each matrix. This is because for a skew-symmetric matrix A, A[i][j] = -A[j][i] for all indices i and j. So when adding the matrices, the negative terms will cancel out, resulting in a skew-symmetric matrix.

5. Can a matrix be both symmetric and skew-symmetric?

No, a matrix cannot be both symmetric and skew-symmetric. This is because for a matrix to be symmetric, the elements must be equal to their corresponding elements reflected across the main diagonal. But for a matrix to be skew-symmetric, the elements must be equal to their corresponding elements with opposite signs when reflected across the main diagonal. These two conditions cannot be met simultaneously.

Similar threads

  • Introductory Physics Homework Help
Replies
13
Views
881
  • Introductory Physics Homework Help
Replies
4
Views
986
Replies
1
Views
718
  • Introductory Physics Homework Help
Replies
8
Views
588
  • Introductory Physics Homework Help
Replies
8
Views
564
  • Linear and Abstract Algebra
Replies
4
Views
2K
Replies
6
Views
1K
  • Linear and Abstract Algebra
Replies
3
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
752
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
541
Back
Top