mxsolve
Syntax:
Return
Range
mxsolve
(
Range
matrix1)
Description:
Solves the (N+1) x N
matrix1
and places the solution column at the current cell.
Examples:
($a4) = mxsolve($a1:$d3)
Before:
A
B
C
D
1
1
4
7
4
2
2
5
8
3
3
3
6
20
2
4
5
6
After:
A
B
C
D
1
1
4
7
4
2
2
5
8
3
3
3
6
20
2
4
-2.66666666666667
5
1.66666666666667
6
0
($a2) = mxsolve($a1:$d4)