Flowdock
inverse() public

Returns the inverse of the matrix.

Matrix[[1, 2], [2, 1]].inverse
  => -1  1
      0 -1
Show source
Register or log in to add new notes.