axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#270 integrating UTS] not a bug


From: Bill Page
Subject: [Axiom-developer] [#270 integrating UTS] not a bug
Date: Sat, 18 Feb 2006 11:10:38 -0600

Changes http://wiki.axiom-developer.org/270IntegratingUTS/diff
--
The result is a series:
\begin{axiom}
integrate((1/x)::ULS(FRAC POLY INT, x, 0),x)
\end{axiom}
It is finite so we can represent it as a polynomial:
\begin{axiom}
univariatePolynomial(%,1)
\end{axiom}
This domain distinquishes between 'x' as a monomial and '1/x' as
a coefficient, but in a simpler domain they will cancel:
\begin{axiom}
%::FRAC POLY INT
\end{axiom}

--
forwarded from http://wiki.axiom-developer.org/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]