Changes 
http://page.axiom-developer.org/zope/mathaction/207CertainLimitFailure/diff
--
Consider the following two expressions:

\begin{axiom}
exa:=integrate(log(1/x)/x^a,x)
exb:=integrate(log(1/x)*x^b,x)
\end{axiom}
which are equivalent by setting $a=-b$.
However, the operation 'limit' doesn't like both equally well:
\begin{axiom}
limit(exa,x=0)
limit(exb,x=0)
\end{axiom}

Martin
--
forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED]


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to