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

Edit detail for SandBoxLimits revision 1 of 1

1
Editor: Bill Page
Time: 2015/04/02 19:25:55 GMT+0
Note:

changed:
-
\begin{axiom}
1/sqrt(x^2 + 1) - sqrt(x^2 + 1)/(x^2 + 1)
limit(1/sqrt(x^2 + 1),x=%i)
limit(sqrt(x^2 + 1)/(x^2 + 1),x=%i)
\end{axiom}

fricas
1/sqrt(x^2 + 1) - sqrt(x^2 + 1)/(x^2 + 1)

\label{eq1}0(1)
Type: Expression(Integer)
fricas
limit(1/sqrt(x^2 + 1),x=%i)

\label{eq2}\begin{array}{@{}l}
\displaystyle
\left[{leftHandLimit = \verb#"failed"#}, \: \right.
\
\
\displaystyle
\left.{rightHandLimit ={+ \infty}}\right] 
(2)
Type: Union(Record(leftHandLimit: Union(OrderedCompletion?(Expression(Complex(Integer))),"failed"),rightHandLimit: Union(OrderedCompletion?(Expression(Complex(Integer))),"failed")),...)
fricas
limit(sqrt(x^2 + 1)/(x^2 + 1),x=%i)

\label{eq3}\verb#"failed"#(3)
Type: Union("failed",...)