

InterviewSolution
Saved Bookmarks
1. |
For any square matrix write whether AAT is symmetric or skew-symmetric. |
Answer» Here, We have any square matrix To Find : AAT is symmetric or skew – symmetric Proof : Firstly, we take the transpose of AAT, so we get (AAT)T = (AT)T AT [∵ (AB)T = BTAT] ⇒ (AAT)T = AAT [∵ (AT)T = A] ∴ AAT is a symmetric matrix |
|