26 lines
469 B
Markdown

# 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
<!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. -->