ProductName  

Returns the value of the computed matrix determinant.

Syntax

MatrixObject.Determinant

Return Value

If matrix object is a real matrix then the value returned is a Double. If matrix object is a complex matrix then the value returned is a Complex.

Remarks

Determinant can be calculated only for a square matrix.

Error Codes

Error 1305 will be returned, if matrix is not square.

See Also

Applies To: Matrix | CMatrix