| Applying science to business management |
  
determinant
Format: determinant( a )
Arguments: [num] a Input matrix
Returns: (num) Determinant of the matrix a
Note: The matrix a must have the same number of
rows as columns.
Examples: determinant([[2,4],[-1,3]])
= 10
See Also: tableform,
trans, Add, Subtract,
Multiply, Divide, Power
|