Postscriptum:

On Jan 28, 10:26 am, zieglerk <konstantin.zieg...@gmail.com> wrote:
> ...
> returns false. And that's a good thing, of course.  But now I want to
> solve f == 0 mod 7, then I would naturally use ...

And for solving modulo something, this should work:

sage: f.roots(ring=GF(7))
[]
sage: f.roots(ring=GF(5))
[(4, 1), (3, 2)]

Cheers,
Simon

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to