

InterviewSolution
Saved Bookmarks
1. |
All the diagonal elements of a skew-symmetric matrix is?(a) 0(b) 1(c) 2(d) Any integerI had been asked this question in an online interview.Asked question is from Operations on Matrices topic in portion Basic Structures: Sets, Functions, Sequences, Sums and Matrices of Discrete Mathematics |
Answer» CORRECT ANSWER is (a) 0 Best explanation: Since for a skew symmetric matrix aij = -aij, this implies all DIAGONAL elements should be ZERO. |
|