mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
469 B
469 B
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 |