mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
22 lines
687 B
Markdown
22 lines
687 B
Markdown
---
|
|
layout: default
|
|
---
|
|
|
|
<!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. -->
|
|
|
|
<h1 id="function-complex">Function complex <a href="#function-complex" title="Permalink">#</a></h1>
|
|
|
|
|
|
|
|
|
|
<h3 id="parameters">Parameters <a href="#parameters" title="Permalink">#</a></h3>
|
|
|
|
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?
|
|
|