#8729: simple integral using trig functions gives wrong answer
------------------------+---------------------------------------------------
Reporter: jason | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-4.4
Component: calculus | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
See http://groups.google.com/group/sage-
devel/browse_frm/thread/f82e24efdfe23b07/d9e563f086b1136d for a solution
{{{
sage: a=sqrt((sin(t))^2 + (cos(t))^2)
sage: integrate(a, t, 0, 2*pi) # WRONG!
pi
sage: a.simplify_full().simplify_trig()
1
sage: integrate(a.simplify_full().simplify_trig(), t, 0, 2*pi)
2*pi
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8729>
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.