Problem with integrate() (was: Re: What am I doing wrong with this cycle?)
Subject: Problem with integrate() (was: Re: What am I doing wrong with this cycle?)
From: Stavros Macrakis
Date: Thu, 18 Jul 2013 13:29:20 -0400
Could you tell us what configuration you're running in? Use bug_report()
to get the info.
Thanks,
-s
On Thu, Jul 18, 2013 at 12:22 PM, Przemek Klosowski <
przemek.klosowski at nist.gov> 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)
>
> ______________________________**_________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/**mailman/listinfo/maxima<http://www.math.utexas.edu/mailman/listinfo/maxima>
>