Syntax: eigen(matrix)
Description: Calculates the eigenvalues of the matrix.
Group: matrix
Note:
Example:
eigen([1,2;3,4])=[-0.372;5.372]
Also see:
Implemented in: LambdaEIGEN.java