mxeigenvector

Syntax:

Return Range  mxeigenvector(Range matrix1)

Description:

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

Examples:

($a4) = mxeigenvector($a1:$c3)
Before:
AB CD
1147
2258
3369
4
5
6
After:
AB CD
1147
2258
3369
40.4645472733876710.917885987365130.408248290463862
50.5707955312285780.249010027457314-0.816496580927726
60.677043789069486-0.4198659324505020.408248290463864
($a2) = mxeigenvector($a1:$d4)