

InterviewSolution
Saved Bookmarks
1. |
The matrix `{:A=[(1,-3,-4),(-1,3,4),(1,-3,-4)]:}`is nilpotent of indexA. 2B. 3C. 4D. 6 |
Answer» Correct Answer - A We know that a square matrix A is nilpotent of index n, if n is the least positive such that `A^n=O`(null matrix). For the give matrix, we have `A^2=O` Hence,it is a nilpotent matrix of index 2. |
|