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

Edit detail for SandBoxSimple revision 4 of 10

1 2 3 4 5 6 7 8 9 10
Editor: p4le
Time: 2007/12/04 07:59:50 GMT-8
Note: test

added:

From p4le Tue Dec 4 07:59:43 -0800 2007
From: p4le
Date: Tue, 04 Dec 2007 07:59:43 -0800
Subject: test
Message-ID: <20071204075943-0800@axiom-wiki.newsynthesis.org>
In-Reply-To: <20071204075836-0800@axiom-wiki.newsynthesis.org>

\begin{axiom}
2*sqrt(y)
\end{axiom}

Integration Test --augusto, Fri, 11 May 2007 08:18:56 -0500 reply
integrate(log(x),x)

Integation ln(x) Test --augusto, Fri, 11 May 2007 08:19:23 -0500 reply

axiom
integrate(log(x),x)
LatexWiki Image(1)
Type: Union(Expression Integer,...)

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

axiom
log(2.71)
LatexWiki Image(2)
Type: Float

axiom
integrate(exp(x^2),x)
LatexWiki Image(3)
Type: Union(Expression Integer,...)

integrate(x^2)

axiom
y:=integrate(x^2)
LatexWiki Image(4)
Type: UnivariatePolynomial?(x,Fraction Integer)

axiom
2*sqrt(y) There are 4 exposed and 1 unexposed library operations named sqrt having 1 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op sqrt to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation. Cannot find a definition or applicable library operation named sqrt with argument type(s) UnivariatePolynomial(x,Fraction Integer) Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.