Invert Command

Invert( <Matrix> )

Inverts the given matrix.

Invert({{1, 2}, {3, 4}}) yields (211.50.5), the inverse matrix of (1234).

  • In the Menu view cas.svg CAS View undefined variables are allowed too.

Invert({{a, b}, {c, d}}) yields (dadbcbadbccadbcaadbc), the inverse matrix of (abcd).

Invert( <Function> )

Gives the inverse of the function.

Invert(sin(x)) yields asin(x).