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:
A
B
C
D
1
1
4
7
2
2
5
8
3
3
6
9
4
5
6
After:
A
B
C
D
1
1
4
7
2
2
5
8
3
3
6
9
4
16.1168439698071
0
0
5
0
-1.11684396980704
0
6
0
0
-5.1062601050207E-16
($a2) = mxeigenvalue($a1:$d4)