Opened 4 years ago
Last modified 4 years ago
#24008 new defect
exponential integral of arccos
Reported by: | mforets | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.1 |
Component: | calculus | Keywords: | integration, maxima |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Reported upstream. No feedback yet. | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Maxima interface returns a wrong result of this definite integral:
sage: integrate(exp(arccos(x)),x,0,1, algorithm='maxima') -1/2*e^(-1/2*pi) + 1/2
while it should be:
sage: integrate(exp(arccos(x)),x,0,1, algorithm='sympy') 1/2*e^(1/2*pi) + 1/2
This was reported in ask.sage: an integral with arccos wrong
Change History (3)
comment:1 Changed 4 years ago by
- Description modified (diff)
comment:2 Changed 4 years ago by
comment:3 Changed 4 years ago by
- Report Upstream changed from Not yet reported upstream; Will do shortly. to Reported upstream. No feedback yet.
Ok, thank you!
i've sent an upstream report
Note: See
TracTickets for help on using
tickets.
This is a Maxima problem because