#2697: [with patch, needs review] allow integration without explicit variable
declaration
-------------------------+--------------------------------------------------
Reporter: was | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-3.2
Component: calculus | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by kcrisman):
* type: defect => enhancement
* summary: stupid bug in integrate (easy to fix) => [with patch, needs
review] allow integration without explicit
variable declaration
Comment:
These should now work:
{{{
sage: integrate(x, -1,1)
0
sage: integrate(sin(x),0,pi)
2
}}}
Sadly, because I don't know enough about Maxima to get it to accept the
default variable, we still get this joke one might make in freshman
calculus:
{{{
sage: integrate(sin,0,pi)
pi*sin
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2697#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---