UNPKG

mathjs

Version:

Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with dif

18 lines (10 loc) 514 B
<!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. --> # Function complex ### Parameters Parameter | Type | Description --------- | ---- | ----------- `arr` | number[][] | the matrix to find eigenvalues of `N` | number | size of the matrix `prec` | number &#124; BigNumber | precision, anything lower will be considered zero `type` | 'number' &#124; 'BigNumber' &#124; 'Complex' | `findVectors` | boolean | should we find eigenvectors?