Element to sequence in field extension

asked 6 years ago

Fanxuejun gravatar image

updated 6 years ago

slelievre gravatar image

I have constructed a big prime field:

p = 68235916425158872634653027
F = GF(p)

And then I make two extension fields

E1 = GF(p^2)
E2 = GF(p^6)

It is obvious that E2 is a field extension of E1. Now how can I express the element in E2 with the basis in E1.

Preview: (hide)

Comments

First note that your p is not prime... You can find useful information in this related question.

B r u n o gravatar imageB r u n o ( 6 years ago )
slelievre gravatar imageslelievre ( 6 years ago )