I have constructed  a big prime field:
>>p=68235916425158872634653027
>>F=GF(p)

And then I constructed two extension field:
>>E1=GF(p^2)
>>E2=GF(p^6)

It is obvious that E2 is the extension of E1. Now I want to expression the 
element in E2 into a vector with the basis in E1. I use :

>>from sage.coding.relative_finite_field_extension import *
>>FE=RelativeFiniteFieldExtension(E2,E1)

It has an error :"AttributeError: 'int' objects has no attribute 'devides'.

But the above sentences is correct when the p is smaller.

What should I do ?

-- 
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