|
|
last edited 7 years ago by test1 |
1 2 3 4 5 6 7 8 9 10 | ||
Editor: gdr
Time: 2008/10/13 20:09:36 GMT-7 |
||
Note: Fixed in OpenAxiom |
added:
From gdr Mon Oct 13 20:09:36 -0700 2008
From: gdr
Date: Mon, 13 Oct 2008 20:09:36 -0700
Subject: Fixed in OpenAxiom
Message-ID: <20081013200936-0700@axiom-wiki.newsynthesis.org>
integrate(sin(x)**2,x=0..1)
![]() | (1) |
returns "potentialPole". This doesn't look right. We have
integrate(sin(x)**2,x)
![]() | (2) |
and
integrate(sin(x)**2,x=0..1, "noPole")
![]() | (3) |
There is no pole.