Question:

Let \(S\) and \(T\) be symmetric matrices of the same order, which of the following statements are true?
• [A.] \(S + T\) is a symmetric matrix
• [B.] \(ST\) is a symmetric matrix
• [C.] \(ST = TS\) is a symmetric matrix
• [D.] \(ST - TS\) is a symmetric matrix

Show Hint

Matrix multiplication is not commutative; symmetry of product depends on commutativity.
Updated On: Jun 5, 2026
  • A, D only
  • A, C only
  • A, B only
  • A, C, D only
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: If \(A\) is symmetric, then \(A^T = A\).

Step 1:
Check A. \[ (S+T)^T = S^T + T^T = S + T \] So symmetric ⇒ TRUE.

Step 2:
Check B. \[ (ST)^T = T^T S^T = TS \] Not equal to \(ST\) generally ⇒ FALSE.

Step 3:
Check C. If \(ST = TS\), then: \[ (ST)^T = TS = ST \] Thus symmetric ⇒ TRUE.

Step 4:
Check D. \[ (ST - TS)^T = TS - ST = -(ST - TS) \] Not equal ⇒ not symmetric ⇒ FALSE.

Step 5:
Final answer. \[ \boxed{(2)\ A,\ C\ \text{only}} \]
Was this answer helpful?
0
0