method

determinant

v1_8_6_287 - Show latest stable - Class: Matrix
determinant()
public

Returns the determinant of the matrix. If the matrix is not square, the result is 0.

  Matrix[[7,6], [3,9]].determinant
    => 63