mxludupper

Syntax:

Return Range  mxludupper(Range matrix1)

Description:

Computes the upper triangular factor of matrix LU decomposition of matrix1 and places it at the current cell.

Examples:

($a4) = mxludupper($a1:$c3)
Before:
AB CD
1147
2258
33620
4
5
6
After:
AB CD
1147
2258
33620
43620
5020.333333333333333
600-5.5
($a2) = mxludupper($a1:$d4)