mxludlower

Syntax:

Return Range  mxludlower(Range matrix1)

Description:

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

Examples:

($a4) = mxludlower($a1:$c3)
Before:
AB CD
1147
2258
33620
4
5
6
After:
AB CD
1147
2258
33620
4100
50.33333333333333310
60.6666666666666670.51
($a2) = mxludlower($a1:$d4)