Calculator Function Refrence

Function Reference >Calculator Function Reference >Matricies>Inverse

Inverse

The inverse function, inv(), will calculate the inverse of the matrix given. The function will fail of the matrix is not square.
inv({{1,2},{3,4}})=[[0 -1][0.5 0.5]]