determinant

Type: External

Group: matrix

Syntax

answer = DETERMINANT(square matrix)

Description

Returns the determinant for the first operand which must be a square matrix.

Examples

DETERMINANT([1,0;0,1]) = 1 DETERMINANT([1,2;3,4]) = -2