Go to the first, previous, next, last section, table of contents.


matrix_det

matrix_det(M)
: It returns the determinant of the matrix M.

Example:

 poly_factor(matrix_det([[1,x,x^2],[1,y,y^2],[1,z,z^2]]));


Go to the first, previous, next, last section, table of contents.