Skip to content

exponential integral of arccos #24008

Open
@mforets

Description

@mforets
mannequin

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

Upstream: Reported upstream. No feedback yet.

Component: calculus

Keywords: integration, maxima

Issue created by migration from https://trac.sagemath.org/ticket/24008

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions