We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eigs
1 parent 347faa8 commit 105ca20Copy full SHA for 105ca20
src/expression/embeddedDocs/function/matrix/eigs.js
@@ -7,7 +7,7 @@ export const eigsDocs = {
7
description: 'Calculate the eigenvalues and optionally eigenvectors of a square matrix',
8
examples: [
9
'eigs([[5, 2.3], [2.3, 1]])',
10
- 'eigs([[1, 2, 3], [4, 5, 6], [7, 8, 9]], { precision: 1e-6, eigenvectors: false }'
+ 'eigs([[1, 2, 3], [4, 5, 6], [7, 8, 9]], { precision: 1e-6, eigenvectors: false })'
11
],
12
seealso: [
13
'inv'
0 commit comments