

InterviewSolution
Saved Bookmarks
1. |
Fill in the blanks:If A is a skew symmetric matrix, then A2 is a _________. |
Answer» A2 is a symmetric matrix. Given: A’=-A ⇒ (A2)’=(AA)’=A’A’ ⇒ A’A’=(-A)(-A)=A2 ⇒ (A2)’=A2 (symmetric matrix) |
|