We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From https://groups.google.com/forum/#!topic/sage-support/L75JgocZc3I verbatim:
a,b=var('a b'); assume(4*b^2-4*a^2<0); assume((b-a)*(b+a)<0); integrate(1/(a-b*sin(x)),x,-oo,oo)
It complains and asks whether (b-a)*(b+a) is negative or positive.
Upstream: Reported upstream. Developers acknowledge bug.
CC: @sagetrac-jakobkroeker
Component: calculus
Issue created by migration from https://trac.sagemath.org/ticket/17249
The text was updated successfully, but these errors were encountered:
Upstream at https://sourceforge.net/p/maxima/bugs/2829/
Sorry, something went wrong.
Seems fixed meanwhile (sage 7.6 beta4). Add a test?
No branches or pull requests
From https://groups.google.com/forum/#!topic/sage-support/L75JgocZc3I verbatim:
Upstream: Reported upstream. Developers acknowledge bug.
CC: @sagetrac-jakobkroeker
Component: calculus
Issue created by migration from https://trac.sagemath.org/ticket/17249
The text was updated successfully, but these errors were encountered: