rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

integrate(sqrt(u)/(sqrt(u-u*v)),u) --> expt: undefined: 0 to a negative exponent #2096

Open rtoy opened 2 months ago

rtoy commented 2 months ago

Imported from SourceForge on 2024-07-05 18:37:53 Created by tomasriker on 2022-12-31 06:12:29 Original: https://sourceforge.net/p/maxima/bugs/4067


Maxima from Git as of 2022-12-31:

(%i1)   integrate(sqrt(u)/(sqrt(u-u*v)),u);
expt: undefined: 0 to a negative exponent.
 -- an error. To debug this try: debugmode(true);
rtoy commented 2 months ago

Imported from SourceForge on 2024-07-05 18:37:54 Created by tomasriker on 2022-12-31 22:15:57 Original: https://sourceforge.net/p/maxima/bugs/4067/#cdbd


Another way to trigger the error is to run this:

?inte(sqrt(u)/sqrt(u-u*v), u);