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 4 of 10

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 


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

fricas
(1) -> integrate(sin(x)**2,x=0..1)
There are no library operations named ** Use HyperDoc Browse or issue )what op ** to learn if there is any operation containing " ** " in its name.
Cannot find a definition or applicable library operation named ** with argument type(s) Expression(Integer) PositiveInteger
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

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

fricas
integrate(sin(x)**2,x)
There are no library operations named ** Use HyperDoc Browse or issue )what op ** to learn if there is any operation containing " ** " in its name.
Cannot find a definition or applicable library operation named ** with argument type(s) Expression(Integer) PositiveInteger
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

and

fricas
integrate(sin(x)**2,x=0..1, "noPole")
There are no library operations named ** Use HyperDoc Browse or issue )what op ** to learn if there is any operation containing " ** " in its name.
Cannot find a definition or applicable library operation named ** with argument type(s) Expression(Integer) PositiveInteger
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

There is no pole.

Category: Axiom Mathematics => Axiom Library

fixed in FriCAS? --kratt6, Thu, 21 Feb 2008 10:53:31 -0800 reply
Status: open => fixed somewhere