frostshoxx
- 6
- 0
Homework Statement
Prove that every square real matrix X can be written in a unique way as the sum of a symmetric matrix A and a skew-symmetric matrix B.
Homework Equations
X = A + B
A = \frac{X+X^{T}}{2}
B = \frac{X-X^{T}}{2}
X = \frac{X+X^{T}}{2} + \frac{X-X^{T}}{2}
The Attempt at a Solution
So I tried to solve \frac{X+X^{T}}{2} + \frac{X-X^{T}}{2} and it gives out X as a solution. However, how can I know that A is a symmetric and B is a skew-symmetric? Any idea?