InterviewSolution
Saved Bookmarks
| 1. |
The eigen values of matrix are |
| Answer» Eigen values of matrix A are roots of characteristic equation. [λ1- A] = 0 where λ is a scalar. Therefore (λ + 1)(λ - 1) = 0. The roots are - 1 and + 1. | |