Step 1: Understand the decomposition \( A = P + Q \)
Where:
\( P \) is symmetric \( (P = P^T) \)
\( Q \) is skew-symmetric \( (Q = -Q^T) \)
Using the standard identity for decomposing any square matrix \( A \) into symmetric and skew-symmetric parts:
\[
P = \frac{1}{2}(A + A^T), \quad Q = \frac{1}{2}(A - A^T)
\]
Step 2: Observe what's asked
We are asked to find \( P^T - Q^T \).
But since \( P \) is symmetric and \( Q \) is skew-symmetric, we know:
\[
P^T = P, \quad Q^T = -Q \Rightarrow P^T - Q^T = P + Q = A
\]
\[
\Rightarrow \boxed{P^T - Q^T = A}
\]
Hence, the correct answer is:
\[
\begin{bmatrix}
2 & 0 & -3 \\
4 & 3 & 1 \\
-5 & 7 & 2
\end{bmatrix}
\]