On Tuesday, August 15, 2017 at 4:21:03 PM UTC+2, chandra chowdhury wrote:
>
> x = var('x') 
> factor(x^5-x, IntegerModRing(25)['x'])
>

Look at the output of `factor??`. A ring argument is not supported. So you 
have to create the ring first (var gives you only the symbolic ring). Then 
create the polynomial and can try to find out if it has a factor() method. 
After all this you may start to understand what the other posters were 
talking about.

Regards,

>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to