RuleBasedIntegration / Rubi

Rubi for Mathematica
http://rulebasedintegration.org
MIT License
225 stars 22 forks source link

NeQ sometimes called with only one argument #29

Closed axkr closed 4 years ago

axkr commented 4 years ago

Found this line, where NeQ is called with only one argument. But where seem to be no definition for only one argument?

NeQ[e^2 - 4*d*f] in this line

AlbertRich commented 4 years ago

Thanks axkr for reporting this deficiency in Rubi. It resulted in Rubi producing an unnecessarily complicated antiderivative for Sqrt[d + e*x + f*x^2]/(a + c*x^2)^2. This example will now be added to the test-suite. To fix the deficiency:

Albert