|
1
2
3
4
5
6
7
8
9
10
|
|
Editor:
Time: 2007/11/18 18:35:45 GMT-8
|
Note: d
|
added:
From augusto Fri May 11 08:18:56 -0500 2007
From: augusto
Date: Fri, 11 May 2007 08:18:56 -0500
Subject: Integration Test
Message-ID: <20070511081856-0500@wiki.axiom-developer.org>
integrate(log(x),x)
From augusto Fri May 11 08:19:23 -0500 2007
From: augusto
Date: Fri, 11 May 2007 08:19:23 -0500
Subject: Integation ln(x) Test
Message-ID: <20070511081923-0500@wiki.axiom-developer.org>
From augusto Fri May 11 08:22:11 -0500 2007
From: augusto
Date: Fri, 11 May 2007 08:22:11 -0500
Subject: test
Message-ID: <20070511082211-0500@wiki.axiom-developer.org>
\begin{axiom}
integrate(log(x),x)
\end{axiom}
From augusto Fri May 11 08:23:12 -0500 2007
From: augusto
Date: Fri, 11 May 2007 08:23:12 -0500
Subject: eee
Message-ID: <20070511082312-0500@wiki.axiom-developer.org>
\begin{axiom}
integrate(ln(x),x)
\end{axiom}
From augusto Fri May 11 08:23:31 -0500 2007
From: augusto
Date: Fri, 11 May 2007 08:23:31 -0500
Subject: s
Message-ID: <20070511082331-0500@wiki.axiom-developer.org>
\begin{axiom}
log(2.71)
\end{axiom}
From augusto Fri May 11 08:24:14 -0500 2007
From: augusto
Date: Fri, 11 May 2007 08:24:14 -0500
Subject: d
Message-ID: <20070511082414-0500@wiki.axiom-developer.org>
\begin{axiom}
integrate(exp(x^2),x)
\end{axiom}
integrate(log(x),x)
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.
Type: Float
axiom
integrate(exp(x^2),x)
Type: Union(Expression Integer,...)