The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Determinant


Unit:SDL_openarrays
Class: none
Declaration: function 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).



Last Update: 2023-Feb-06