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

8 lines 286 B
export var schurDocs = { name: 'schur', category: 'Algebra', syntax: ['schur(A)'], description: 'Performs a real Schur decomposition of the real matrix A = UTU\'', examples: ['schur([[1, 0], [-4, 3]])', 'A = [[1, 0], [-4, 3]]', 'schur(A)'], seealso: ['lyap', 'sylvester'] };