Michael Somos on Fri, 22 Nov 2002 13:17:32 -0500


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

polynomial arithmetic feature?


pari-dev,

? ( (x+y+1)*z*(x+y)/y ) / ( z*(x+y)/y ) 
%1 = z/z*x + (y + 1)

Is it supposed to do that? The coefficient of x is z/z and not 1.
Simplify does not simplify it. The result does = x+y+1 and I can
do further arithmetic with it, but perhaps this is a bug instead.
Shalom, Michael