

InterviewSolution
Saved Bookmarks
1. |
If the matrix `{:[(a,a+b),(a+b+c,a+b+c+d)]:}` is symmetric, then which of the following holds ?A. a=0B. b=0C. c=0D. d=0 |
Answer» Correct Answer - C If A is symmetric matrix, then `A^(T)=A`. |
|