mxchol

Syntax:

Return Range  mxchol(Range matrix1)

Description:

Computes cholsky decomposition matrix of matrix1 and places it at the current cell.

Examples:

($a4) = mxchol($a1:$c3)
Before:
AB CD
1147
2258
3369
4
5
6
After:
AB CD
1147
2258
3369
4100
5210
6300
($a2) = mxchol($a1:$d4)