inv function inv(A:RealMatrixLike) -> RealMatrixLike Inverse of a square matrix. A Square matrix A. Returns Result B = A^{-1}.