feat:node-modules
This commit is contained in:
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/function/numeric/solveODE.js
generated
vendored
Normal file
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/function/numeric/solveODE.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.solveODEDocs = void 0;
|
||||
const solveODEDocs = exports.solveODEDocs = {
|
||||
name: 'solveODE',
|
||||
category: 'Numeric',
|
||||
syntax: ['solveODE(func, tspan, y0)', 'solveODE(func, tspan, y0, options)'],
|
||||
description: 'Numerical Integration of Ordinary Differential Equations.',
|
||||
examples: ['f(t,y) = y', 'tspan = [0, 4]', 'solveODE(f, tspan, 1)', 'solveODE(f, tspan, [1, 2])', 'solveODE(f, tspan, 1, { method:"RK23", maxStep:0.1 })'],
|
||||
seealso: ['derivative', 'simplifyCore']
|
||||
};
|
||||
Reference in New Issue
Block a user