mxeigenvalue

Syntax:

Return Range  mxeigenvalue(Range matrix1)

Description:

Computes the eigenvalue matrix of matrix1 and places it at the current cell.

Examples:

($a4) = mxeigenvalue($a1:$c3)
Before:
AB CD
1147
2258
3369
4
5
6
After:
AB CD
1147
2258
3369
416.116843969807100
50-1.116843969807040
600-5.1062601050207E-16
($a2) = mxeigenvalue($a1:$d4)