eig

Syntax: eig(matrix)

Description: Caculates the eigenvalues of the matrix.

Group: matrix

Note:

Example:

eig([1,2;3,4])=[-0.372;5.372]

Also see:

Implemented in: LambdaEIG.java