[Maxima] factor
Stavros Macrakis
macrakis at alum.mit.edu
Mon Feb 12 14:06:54 CST 2007
By the way, it's easy to find the Zn roots of the polynomial:
modulus:197$
for i:0 thru 197 do if ratsubst(i,x,x^51+x^22+1)=0 then print (i);
=> 177
rat(177) => -20
divide(x^51+x^22+1,x-177) =>
[yyy,0]
Trying to factor yyy gets you back to the original bug, unsurprisingly....
-s
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20070212/02625114/attachment.htm
More information about the Maxima
mailing list