Step 1: Symmetric Matrix Definition. A matrix \( A \) is symmetric if \( A = A^T \). Both matrices \( A \) and \( B \) provided are symmetric.
Step 2: Option Evaluation. - (A) \( A + B \) is symmetric: True. The sum of two symmetric matrices yields a symmetric matrix. - (B) \( AB + BA \) is symmetric: True. The sum \( AB + BA \) is always symmetric. - (C) \( A + A^T \) and \( B + B^T \) are symmetric: True. Given \( A \) and \( B \) are symmetric, \( A + A^T \) and \( B + B^T \) are also symmetric. - (D) \( AB - BA \) is symmetric: False. \( AB - BA \) is typically not symmetric due to the non-commutative nature of matrix multiplication.
Step 3: Final Determination. Statement (D) is incorrect because \( AB - BA \) is generally not a symmetric matrix.