mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
687 B
687 B
| layout |
|---|
| default |
Function complex #
Parameters #
| Parameter | Type | Description |
|---|---|---|
arr |
number[][] | the matrix to find eigenvalues of |
N |
number | size of the matrix |
prec |
number | BigNumber | precision, anything lower will be considered zero |
type |
'number' | 'BigNumber' | 'Complex' | |
findVectors |
boolean | should we find eigenvectors? |