UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

14 lines (13 loc) 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lyapDocs = void 0; const lyapDocs = exports.lyapDocs = { name: 'lyap', category: 'Algebra', syntax: ['lyap(A,Q)'], description: 'Solves the Continuous-time Lyapunov equation AP+PA\'+Q=0 for P', examples: ['lyap([[-2, 0], [1, -4]], [[3, 1], [1, 3]])', 'A = [[-2, 0], [1, -4]]', 'Q = [[3, 1], [1, 3]]', 'lyap(A,Q)'], seealso: ['schur', 'sylvester'] };