Is it possible to factor polynomials completely over modular ring?
Like
x = var('x')
factor(x^5-x, IntegerModRing(25)['x'])
gives
(x-1)*(x+1)*(x^2+1)*x
but the actual factorization is x*(x-1)*(x+1)*(x-7)*(x+7)
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.