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) • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.invDocs = void 0;
const invDocs = exports.invDocs = {
name: 'inv',
category: 'Matrix',
syntax: ['inv(x)'],
description: 'Calculate the inverse of a matrix',
examples: ['inv([1, 2; 3, 4])', 'inv(4)', '1 / 4'],
seealso: ['concat', 'det', 'diag', 'identity', 'ones', 'range', 'size', 'squeeze', 'subset', 'trace', 'transpose', 'zeros']
};