On 07/18/2013 08:50 PM, Przemek Klosowski wrote:
> 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'.
>
I can NOT reproduce the problem with
-------------------------------------------------------------
Maxima version: "5.29.1"
Maxima build date: "2013-04-02 09:26:38"
Host type: "x86_64-unknown-linux-gnu"
Lisp implementation type: "SBCL"
Lisp implementation version: "1.1.2-1.fc18"
-------------------------------------------------------------
I can reproduce the problem with
-------------------------------------------------------------
Maxima version: "5.30.0"
Maxima build date: "2013-05-14 00:03:09"
Host type: "x86_64-unknown-linux-gnu"
Lisp implementation type: "SBCL"
Lisp implementation version: "1.1.2-1.fc18"
-------------------------------------------------------------
Andre
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>