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

Edit detail for SandBoxSimple revision 8 of 10

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)

fricas
integrate(log(x),x)

\label{eq1}{x \ {\log \left({x}\right)}}- x(1)
Type: Union(Expression(Integer),...)

fricas
log(2.71)

\label{eq2}0.9969486348_9160953206(2)
Type: Float

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

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

fricas
y:=integrate(x^2)

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

fricas
2*sqrt(y::Expression Integer)

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

fricas
)clear all
All user variables and function definitions have been cleared. limit(x^(1-y)/(1-y),y=1)

\label{eq6}\left[{leftHandLimit ={+ \infty}}, \:{rightHandLimit = - \infty}\right](6)
Type: Union(Record(leftHandLimit: Union(OrderedCompletion?(Expression(Integer)),"failed"),rightHandLimit: Union(OrderedCompletion?(Expression(Integer)),"failed")),...)