chol

Type: External

Group: matrix

Syntax

answer=CHOL(matrix)

Description

Calculates the Cholewsky decomposition of matrix

Examples

CHOL([2,3;3,5])=[1.414,0;2.121,0.707]