InterviewSolution
Saved Bookmarks
| 1. |
The matrix A is defined as A = . The eigen values of A are |
| Answer» Since the given matrix is triangular, roots are elements of the principle diagonal. i.e. 1A = - 1, - 3, 2 1A2 = (- l)2, (- 3)2, (2)2 = 1, 9, 4. | |