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_matrix
Class:TMatrix
Declaration:function Determinant: 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.



Last Update: 2023-Dec-10