![]() |
![]() |
Calculator Function RefrenceFunction Reference >Calculator Function Reference >Matricies>InverseInverseThe 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]]
|