Reference: eigenvalues
eigenvalues(A) returns the vector of eigenvalues of the real square matrix A. In the current implementation, eigenvalues works only for real non-singular matrices A.
eigenvalues(A) returns the vector of eigenvalues of the real square matrix A. In the current implementation, eigenvalues works only for real non-singular matrices A.