method

inverse

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

Returns the inverse of the matrix.

  Matrix[[1, 2], [2, 1]].inverse
    => -1  1
        0 -1