|
|
last edited 9 years ago by test1 |
1 2 3 4 5 6 7 8 9 10 | ||
Editor: test1
Time: 2013/05/09 15:31:39 GMT+0 |
||
Note: |
removed: -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> - - - removed: - - -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} removed: - -From p4le Tue Dec 4 07:57:22 -0800 2007 -From: p4le -Date: Tue, 04 Dec 2007 07:57:22 -0800 -Subject: test -Message-ID: <20071204075722-0800@axiom-wiki.newsynthesis.org> -In-Reply-To: <20070511082211-0500@wiki.axiom-developer.org> - -integrate(x^2) removed: - -From page Tue Dec 4 17:25:36 -0800 2007 -From: page -Date: Tue, 04 Dec 2007 17:25:36 -0800 -Subject: refresh -Message-ID: <20071204172536-0800@axiom-wiki.newsynthesis.org> - -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). changed: -lim((x^(1-y)/(1-y),y=1) )clear all limit(x^(1-y)/(1-y),y=1)
integrate(log(x),x)
(1) |
log(2.71)
(2) |
integrate(exp(x^2),x)
(3) |
y:=integrate(x^2)
(4) |
2*sqrt(y::Expression Integer)
(5) |
)clear all
All user variables and function definitions have been cleared. limit(x^(1-y)/(1-y),y=1)
(6) |