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

Edit detail for SandBoxSimple revision 7 of 10

1 2 3 4 5 6 7 8 9 10
Editor: rank
Time: 2008/03/31 02:48:41 GMT-7
Note:

added:

From rank Mon Mar 31 02:48:39 -0700 2008
From: rank
Date: Mon, 31 Mar 2008 02:48:39 -0700
Subject: 
Message-ID: <20080331024839-0700@axiom-wiki.newsynthesis.org>

\begin{axiom}
lim((x^(1-y)/(1-y),y=1)
\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)

\label{eq1}{x \ {\log \left({x}\right)}}- x(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)

\label{eq2}0.99694863489160953206(2)
Type: Float

axiom
integrate(exp(x^2),x)

\label{eq3}\int^{
\displaystyle
x}{{e^{\%F^2}}\ {d \%F}}(3)
Type: Union(Expression(Integer),...)

integrate(x^2)

axiom
y:=integrate(x^2)

\label{eq4}{1 \over 3}\ {x^3}(4)
Type: UnivariatePolynomial(x,Fraction(Integer))

axiom
2*sqrt(y::Expression Integer)

\label{eq5}{2 \ {\sqrt{x^3}}}\over{\sqrt{3}}(5)
Type: Expression(Integer)

Note: Commands contained in comments are executed without re-computing the rest of the page. If you want your comment to refer to some result previously calculated on the page, eq. (5) above, click refresh (2n from right on menu line).

axiom
lim((x^(1-y)/(1-y),y=1)
Line 1: lim((x^(1-y)/(1-y),y=1) ...A..................B Error A: Missing mate. Error B: syntax error at top level Error B: Possibly missing a ) 3 error(s) parsing