Step 1: Recall the property of skew-symmetric matrices
For a skew-symmetric matrix \( A \), \( A^T = -A \).
Step 2: Analyze \( AB + BA \)
Taking the transpose: \[ (AB + BA)^T = B^T A^T + A^T B^T = (-B)(-A) + (-A)(-B) = AB + BA. \] Thus, \( AB + BA \) is symmetric, as its transpose equals itself.
If \[ A = \begin{bmatrix} 1 & 2 & 0 \\ -2 & -1 & -2 \\ 0 & -1 & 1 \end{bmatrix} \] then find \( A^{-1} \). Hence, solve the system of linear equations: \[ x - 2y = 10, \] \[ 2x - y - z = 8, \] \[ -2y + z = 7. \]