A, B, C, D are square matrices such that A + B is symmetric, A - B is skew-symmetric, and D is the transpose of C.
If
\[
A = \begin{bmatrix}
-1 & 2 & 3 \\
4 & 3 & -2 \\
3 & -4 & 5
\end{bmatrix}
\]
and
\[
C = \begin{bmatrix}
0 & 1 & -2 \\
2 & -1 & 0 \\
0 & 2 & 1
\end{bmatrix}
\]
then the matrix \( B + D \) is: