next up previous contents index
suivant: Determinant of a sparse monter: Linear algebra précédent: Trace of a matrix   Table des matières   Index


Determinant of a matrix : det

det takes as argument a matrix A.
det returns the determinant of the matrix A.
Input :
det([[1,2],[3,4]])
Output :
-2
Input :
det(idn(3))
Output :
1



giac documentation written by Renée De Graeve and Bernard Parisse