#11916: add numerical integration to reference manual
-----------------------------+----------------------------------------------
Reporter: kcrisman | Owner: mvngu
Type: enhancement | Status: needs_info
Priority: major | Milestone:
Component: documentation | Keywords: integral, reference
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Changes (by zimmerma):
* status: new => needs_info
Comment:
what do you mean by "not in the reference manual"? It is documented:
{{{
sage: numerical_integral?
String Form: <built-in function numerical_integral>
Namespace: Interactive
Definition: numerical_integral(func, a, b=None, algorithm='qag',
max_points=87, params=[], eps_abs=9.9999999999999995e-07,
eps_rel=9.9999999999999995e-07, rule=6)
Docstring:
Returns the numerical integral of the function on the interval from
a to b and an error bound.
...
}}}
Paul
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11916#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.