Flowdock
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
Show source
Register or log in to add new notes.