I am facing problem during arithmetic operation in $ GF(4091^2)$. But everything working fine in $ GF(13^2)$ as
Var('x') F.<x> = GF(13^2) a=F.fetch_int(150)+F.fetch_int(97) print a
| 1 | initial version | |
I am facing problem during arithmetic operation in $ GF(4091^2)$. But everything working fine in $ GF(13^2)$ as
Var('x') F.<x> = GF(13^2) a=F.fetch_int(150)+F.fetch_int(97) print a
I am facing problem during arithmetic operation in $ GF(4091^2)$. But everything working fine in $ GF(13^2)$ as
Var('x')
F.<x> = GF(13^2)
a=F.fetch_int(150)+F.fetch_int(97)
print How can I fix this?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.