DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


Determinant

Declaration: Determinant (InData: TDouble2DArray): double;
The function Determinant returns the determinant of a quadratic matrix. If the determinant cannot be calculated, a value of zero is returned.

Note that the determinant is calculated by decomposing the quadratic matrix into two triangular matrices (LUPDecomposition).