eig

Type: External

Group: matrix

Syntax

eig(matrix)

Description

Caculates the eigenvalues of the matrix.

Examples

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