Hello, I have the following output in my Maxima session. Is there any
reason not to use absolute value in (%o15) ? Adding expand produces
absolute value, as expected.
Thank you.
Robert Marik
(%i13) display2d:false;
(%o13) false
(%i14) logabs:true;
(%o14) true
(%i15) integrate((x^2+1)/x,x);
(%o15) log(x)+x^2/2
(%i16) integrate(expand((x^2+1)/x),x);
(%o16) log(abs(x))+x^2/2