mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
26 lines
469 B
Markdown
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. -->
|