

InterviewSolution
Saved Bookmarks
1. |
If the matrix `{:[(a+b,0,0),(0,b+c,0),(0,0,c+a)]:}`, (where a,b,c are positive integers) is a scalar matrix, then the value of (a+b+c) can beA. 6B. 8C. 5D. 7 |
Answer» Correct Answer - A In a scalar matrix, principal diagonal elements are same. |
|