Question:

The inverse of a symmetric matrix is a:

Show Hint

Symmetry is preserved under inversion for invertible symmetric matrices. Remember the identity \((A^-1)^T = (A^T)^-1\).
  • Diagonal matrix
  • Scalar matrix
  • Symmetric matrix
  • Skew-symmetric matrix
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

If \(A\) is a symmetric matrix, then \(A^T = A\).
If \(A\) is invertible, we consider \((A^-1)^T\):
\((A^-1)^T = (A^T)^-1\)
Since \(A^T = A\), we have \((A^-1)^T = A^-1\).
This means \(A^-1\) is also symmetric.
Option (A), Diagonal matrix, is symmetric but not all symmetric matrices are diagonal.
Option (B), Scalar matrix, is a special diagonal matrix but is too restrictive.
Option (D), Skew-symmetric matrix, has \(A^T = -A\) and cannot be the inverse of a symmetric matrix in general unless it’s the zero matrix, which is not invertible.
Therefore, the correct answer is (C) Symmetric matrix.
Was this answer helpful?
0
0