Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What is the way of integer representation of an element in GF(315)

For each integer i there is an polynomial representation in GF(315) by

for i in srange(F.cardinality()):
    print(i, '=>', F(i.digits(3)))

As for example 4x+1. What is the reverses way that is, x+14