-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Milestone
Description
Provide a giac_integrator
function, which relies on the external (but standard) Giac package.
A test could be:
sage: integrate(abs(cos(x)), x, 0, 2*pi, algorithm='giac')
4
This test is chosen because (at the time or writing) Maxima gives a wrong result (0
), SymPy gives i don't know (unevaluated), and Fricas (optional package) gives 'failed'
.
Component: calculus
Keywords: giac, integrate, symbolics
Author: Marcelo Forets
Branch/Commit: 8e1af6d
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/22891