determinant(a)

Determinant of matrix a.


See also rank inverse cond 


Example


a = ( 1, 2 ; 3, 1 )

1  2

3  1

determinant( a )

-5