Linear Algebra - Matrix Symitry

Click For Summary
SUMMARY

The discussion focuses on the decomposition of a matrix B into a symmetric matrix and a skew-symmetric matrix. The correct formulas established are: the symmetric matrix is (1/2)(B + B^T) and the skew-symmetric matrix is (1/2)(B - B^T). The user initially miscalculated the symmetric and skew-symmetric matrices but ultimately arrived at the correct conclusion. This decomposition is essential for understanding matrix properties in linear algebra.

PREREQUISITES
  • Understanding of matrix operations, including transposition.
  • Familiarity with symmetric and skew-symmetric matrices.
  • Basic knowledge of linear algebra concepts.
  • Ability to manipulate algebraic expressions involving matrices.
NEXT STEPS
  • Study the properties of symmetric and skew-symmetric matrices in depth.
  • Learn about matrix decomposition techniques, including Singular Value Decomposition (SVD).
  • Explore applications of symmetric and skew-symmetric matrices in physics and engineering.
  • Investigate the implications of matrix symmetry in eigenvalue problems.
USEFUL FOR

Students of linear algebra, mathematicians, and anyone interested in matrix theory and its applications in various fields such as physics and engineering.

JeeebeZ
Messages
40
Reaction score
1

Homework Statement



Code:
A matrix A is skew-symmetric if A[SUP]T[/SUP] = -A. Write the matrix
B below as the sum of a symmetric matrix and a skew-symmetric matrix.
B =  a b c
     d e f
     g h i

The Attempt at a Solution



So I'm Pretty sure that the
Symetric Matrix = B + BT
Skew Symetric Martix = B - BT

So B+BT+ B - BT should equal B but I get 2 B.

So B = 1/2((B+BT) + (B - BT))

Code:
B[SUP]T[/SUP] = a d g
     b e h
     c f i

Sym = B + B[SUP]T[/SUP]
    =  2a b+d c+g
      d+b  2e f+h
      g+c h+f  2i

Skew Sym = B - B[SUP]T[/SUP]
    =  0  b-d c-g
      d-b  0  f-h
      g-c h-f  0

So If you add Those... You get

2a 2b 2c = 2B
2d 2e 2f
2g 2h 2i

Then divide by 2 and I'm done right?
 
Physics news on Phys.org
JeeebeZ said:

Homework Statement



Code:
A matrix A is skew-symmetric if A[SUP]T[/SUP] = -A. Write the matrix
B below as the sum of a symmetric matrix and a skew-symmetric matrix.
B =  a b c
     d e f
     g h i

The Attempt at a Solution



So I'm Pretty sure that the
Symetric Matrix = B + BT
Skew Symetric Martix = B - BT

So B+BT+ B - BT should equal B but I get 2 B.

So B = 1/2((B+BT) + (B - BT))

Code:
B[SUP]T[/SUP] = a d g
     b e h
     c f i

Sym = B + B[SUP]T[/SUP]
    =  2a b+d c+g
      d+b  2e f+h
      g+c h+f  2i

Skew Sym = B - B[SUP]T[/SUP]
    =  0  b-d c-g
      d-b  0  f-h
      g-c h-f  0

So If you add Those... You get

2a 2b 2c = 2B
2d 2e 2f
2g 2h 2i

Then divide by 2 and I'm done right?
Actually, you're pretty close to getting a correct result.

The symmetric matrix you need is (1/2)(B + BT), the skew-symmetric matrix is (1/2)(B - BT) .
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
6
Views
2K
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K