# Function inv Calculate the inverse of a matrix inv(x) TODO: more documentation on inv ### Parameters Parameter | Type | Description --------- | ---- | ----------- `x` | Number | Complex | Array | Matrix | ### Returns Type | Description ---- | ----------- Number | Complex | Array | Matrix | inv