mxsvd

Syntax:

Return Range  mxsvd(Range matrix1)

Description:

Computes the Singular Value Decomposition of matrix1 and places it at the current cell.

Examples:

($a4) = mxsvd($a1:$c3)
Before:
AB CD
1147
2258
33620
4
5
6
After:
AB CD
1147
2258
33620
424.422361426300
502.701497288286450
6000.500174734022162
($a2) = mxsvd($a1:$d4)