Inverse

Name

Inverse -- Computes the inverse of a square matrix

Synopsis

Inverse[x->LIST(LIST(NUMBER))] =: LIST(LIST(NUMBER))

Description

Inverse returns the inverse of the matrix x. It is an error if the matrix is not square or is singular.