On Aug 9, 2015, at 13:31 , Juan Grados wrote:

> I have declared the finite Field "K" and the equation "e". How I can
> cast the equation "e" to finite field "K".?
> 
> K=GF(2)
> e = 0==r1405 + 97557948918122409/154603142862411371*r1406 -
> 26113332388244438/463809428587234113*r1408 +
> 180996540766820643/154603142862411371*r1409

Does this help?

K=GF(2)
Kz.<z>=PolynomialRing(K)
Qx.<x>=PolynomialRing(Rationals())
f=x^3-1
f1=Kz(f)

Justin

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income
--------
When LuteFisk is outlawed,
Only outlaws will have LuteFisk
--------



-- 
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 http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to