Hi there!
I'm using the "intfudu" function from the "partition.mac" file for my
integrals (as it sometimes yields "nicer" results, see
http://www.math.utexas.edu/pipermail/maxima/2011/023943.html), but it
seems to ignore the value of the logabs-setting:
(%i1) integrate(1/x, x);
(%o1) log(x)
(%i2) logabs:true;
(%o2) true
(%i3) integrate(1/x, x);
(%o3) log(abs(x))
(%i4) load("partition.mac");
(%o4) /usr/share/maxima/5.22.1/share/contrib/integration/partition.mac
(%i5) intfudu(1/x, x);
(%o5) log(x)
(%i6)
Is there any chance that this could be fixed, or is there any way around
that?
Cheers
Thomas