|
|
last edited 7 years ago by test1 |
1 2 3 4 5 6 7 8 9 10 | ||
Editor: kratt6
Time: 2008/02/21 10:53:31 GMT-8 |
||
Note: fixed in FriCAS |
added:
From kratt6 Thu Feb 21 10:53:31 -0800 2008
From: kratt6
Date: Thu, 21 Feb 2008 10:53:31 -0800
Subject: fixed in FriCAS
Message-ID: <20080221105331-0800@axiom-wiki.newsynthesis.org>
Status: open => fixed somewhere
axiomintegrate(sin(x)**2,x=0..1)
![]() | (1) |
returns "potentialPole". This doesn't look right. We have
axiomintegrate(sin(x)**2,x)
![]() | (2) |
and
axiomintegrate(sin(x)**2,x=0..1, "noPole")
![]() | (3) |
There is no pole.