|  |  | last edited 7 years ago by test1 | 
| 1 2 3 4 5 6 7 8 9 10 | ||
| Editor: alfredo Time: 2008/08/30 05:47:19 GMT-7 | ||
| Note: | ||
added:
From alfredo Sat Aug 30 05:47:19 -0700 2008
From: alfredo
Date: Sat, 30 Aug 2008 05:47:19 -0700
Subject: 
Message-ID: <20080830054719-0700@axiom-wiki.newsynthesis.org>
Axiom Version:  => /usr/local/lib/open-axiom/x86_64-unknown-linux/1.2.0-2008-05-25 
        
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.