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

Edit detail for SandBoxSimple revision 9 of 10

1 2 3 4 5 6 7 8 9 10
Editor: test1
Time: 2013/05/09 15:31:39 GMT+0
Note:


        

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")),...)