Changes
http://wiki.axiom-developer.org/309PartialFractionWithUnknownConstants/diff
--
it seems that it is better to use 'partialFraction\$PartialFraction'. I did it
as follows:
\begin{axiom}
SUP FRAC POLY INT has EUCDOM
den := univariate((x*(x**3+(b+c)*x**2+b*c*x)),x)::SUP FRAC POLY INT
num := univariate(x+a,x)::SUP FRAC POLY INT
partialFraction(num, factor den)$PartialFraction SUP FRAC POLY INT
\end{axiom}
Does this suggest that the bug is in 'PartialFractionPackage'?
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]