I am stumped on a question and am looking for some guidance on how to get it done.
The problem gives you:
$x_1 = \begin{bmatrix}9&-4&-2 \\-9&6&-3 \\10&-3&9\end{bmatrix}$
$x_1 = x_2 + x_3$.
$x_2$ is a symmetric matrix and $x_3$ is an antisymmetric matrix.
That is that part that confuses me. The only thing Ive gotten is that the $x_2$ has the $9,6,9$ on the diagonal and $x_3$ has $0$ for its diagonal. Can anyone help me down the right path.
Thanks
For any square matrix $A$ over a field $\Bbb F$ with $\text{char} \; \Bbb F \ne 2$, note that $A_+ = \frac{1}{2}(A + A^T)$ is symmetric, and $A_- = \frac{1}{2}(A - A^T)$ is skew-symmetric, where $A^T$ is the transpose of the matrix $A$. Furthermore, $A = A_+ + A_-$, so we can simply apply these formulas to the given matrix $x_1$ and we see that we can take
$x_2 = \begin{bmatrix} 9 & -\frac{13}{2} & 4 \\ -\frac{13}{2} & 6 & -3 \\ 4 & -3 & 9 \end{bmatrix} \tag{1}$
and
$x_3 = \begin{bmatrix} 0 & \frac{5}{2} & -6 \\ -\frac{5}{2} & 0 & 0 \\ 6 & 0 & 0 \end{bmatrix} \tag{2}$.
Incidentally, the decomposition $A = A_+ + A_-$ is unique; to see this just write $A = B_+ + B_-$ as another symmetric-plus-skew-symmetric representation of $A$. Then $A_+ - B_+ = A_- - B_-$, and since the left-hand side is symmetric while the right-hand side is skew, they are both zero. (Note that $A^T = A \; \text{and} \ A^T = -A \Rightarrow A = -A \Rightarrow A = 0$.)
Hope this helps. Cheerio,
and as always,
Fiat Lux!!!