Array.inverse()

From ZCubes Wiki
Jump to navigation Jump to search


Array.inverse()

Calculate the inverse of this array.

[[1,2],[2,3]].inverse()

-3 2
2 -1

See Also

Array.adjoint()

Array.determinant()