InterviewSolution
Saved Bookmarks
| 1. |
Evaluate the following determinants. [[2,3,1],[0,0,0],[-1,2,0]] |
|
Answer» SOLUTION :`[[2,3,1],[0,0,0],[-1,2,0]]`=0 as all the ENTRIES in the 2ND row are zero. |
|