Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assumption ignored in indefinite integral computation #21057

Open
rwst opened this issue Jul 19, 2016 · 0 comments
Open

Assumption ignored in indefinite integral computation #21057

rwst opened this issue Jul 19, 2016 · 0 comments

Comments

@rwst
Copy link

rwst commented Jul 19, 2016

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

@rwst rwst added this to the sage-7.3 milestone Jul 19, 2016
@mkoeppe mkoeppe removed this from the sage-7.3 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants