Go to the first, previous, next, last section, table of contents.


matrix_eigenavalues

matrix_eigenavalues(M)
: It returns the eigenvalues of the matrix M.

Example:

 matrix_eigenvalues([[x,1],[0,y]]);


Go to the first, previous, next, last section, table of contents.