

InterviewSolution
Saved Bookmarks
1. |
If A is skew-symmetric matrix then `A^(2)` is a symmetric matrix. |
Answer» True `because [A^(2)]=[A]^(2)` `=[-A]^(2)` `[because A=-A]` `=A^(2)` Hence, `A^(2)` is symmetric matrix |
|