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:
A
B
C
D
1
1
4
7
2
2
5
8
3
3
6
20
4
5
6
After:
A
B
C
D
1
1
4
7
2
2
5
8
3
3
6
20
4
24.4223614263
0
0
5
0
2.70149728828645
0
6
0
0
0.500174734022162
($a2) = mxsvd($a1:$d4)