Express the matrix
\( A = \begin{bmatrix} 3 & 3 & -1 \\ -2 & -2 & 1 \\ -4 & -5 & 2 \end{bmatrix} \)
as the sum of a symmetric and a skew-symmetric matrix.
Show Hint
A quick check for your result: P should be symmetric (\( P = P^T \)) and Q should be skew-symmetric (\( Q = -Q^T \)). Also, the diagonal elements of any skew-symmetric matrix must be zero.