

InterviewSolution
Saved Bookmarks
1. |
A symmetric matrix is a one in which?(a) All diagonal elements are zero(b) All diagonal elements are 1(c) A = A^T(d) A = -A^TThis question was addressed to me in an online interview.My question is based upon Types of Matrices topic in division Basic Structures: Sets, Functions, Sequences, Sums and Matrices of Discrete Mathematics |
Answer» Correct answer is (C) A = A^T |
|