Skip to content

Assumption ignored in indefinite integral computation #21057

@rwst

Description

@rwst
sage: _=var("a b c d x")
sage: forget()                 
sage: assume(b*(a*d-b*c)>0)    
sage: 1/((a+b*x)*(c+d*x)^(1/3))
1/((b*x + a)*(d*x + c)^(1/3))
sage: _.integrate(x)

ValueError: Computation failed since Maxima requested additional constraints;
using the 'assume' command before evaluation *may* help (example of 
legal syntax is 'assume(b*(a*d-b*c)
>0)', see `assume?` for more details)
Is b*(a*d-b*c)
    positive or negative?

Component: calculus

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

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