|
|
|
last edited 8 years ago by test1 |
| 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
(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
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
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.