Problem with integrate()



On 07/18/2013 12:48 PM, Przemek Klosowski wrote:
> On 07/18/2013 12:22 PM, Przemek Klosowski wrote:
>> Recently, Pyotr Ivanishin asked for help and it seems that his troubles
>> result from the following problem with integrate():
>>
>> integrate(x^k,x);
>> Is k + 1 zero or nonzero?
>>
>> nonzero;
>> (%o15)                              log(x)
>> (%i16) integrate(x^k,x);
>> Is k + 1 zero or nonzero?
>>
>> zero;
>> (%o16)                              log(x)
>
> My apologies for truncated post: it is Maxima 5.30.0 using Lisp SBCL
> 1.1.8-2.fc19 (Fedora19 on x86_64)

Stavros asked for the bug_report() output so here it is:

Maxima version: "5.30.0"
Maxima build date: "2013-06-05 12:29:41"
Host type: "x86_64-redhat-linux-gnu"
Lisp implementation type: "SBCL"
Lisp implementation version: "1.1.8-2.fc19"
-------------------------------------------------------------
The above information is also reported by the function 'build_info'.