login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #292 integrate(sin(x)**2) problem revision 3 of 10

1 2 3 4 5 6 7 8 9 10
Editor: kratt6
Time: 2007/12/20 02:58:21 GMT-8
Note:

added:

From kratt6 Thu Dec 20 02:58:21 -0800 2007
From: kratt6
Date: Thu, 20 Dec 2007 02:58:21 -0800
Subject: 
Message-ID: <20071220025821-0800@axiom-wiki.newsynthesis.org>

Category: Axiom Mathematics => Axiom Library 


Submitted by : (unknown) at: 2007-11-17T22:22:16-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

axiom
integrate(sin(x)**2,x=0..1)
LatexWiki Image(1)
Type: Union(pole: potentialPole,...)

returns "potentialPole". This doesn't look right. We have

axiom
integrate(sin(x)**2,x)
LatexWiki Image(2)
Type: Union(Expression Integer,...)

and

axiom
integrate(sin(x)**2,x=0..1, "noPole")
LatexWiki Image(3)
Type: Union(f1: OrderedCompletion? Expression Integer,...)

There is no pole.

Category: Axiom Mathematics => Axiom Library