FiniteFieldElement

FiniteFieldElement[ff,ind]

gives the element of the finite field ff with index ind.

FiniteFieldElement[ff,{c0,c1,c2,}]

gives the element c0+c1θ+c2θ2+ of the finite field ff, where θ is the field generator of ff.

Details

  • FiniteFieldElement is used to represent an element in a FiniteField.
  • FiniteFieldElement objects in the same field are automatically combined by arithmetic operations.
  • Information[a,prop] or a[prop] gives the property prop of the FiniteFieldElement object a. The following properties can be specified:
  • "Field"the ambient field ff of a
    "Index"the index of a
    "Coefficients"{c0,c1,c2,} where a=c0+c1θ+c2θ2+
    "Characteristic"the characteristic p of ff
    "ExtensionDegree"the extension degree d of ff over
    "FieldSize"the number of elements of ff
    "FieldIrreducible"the polynomial function f used to construct the field ff
    "ElementRepresentation""Polynomial" or "Exponential"
  • MinimalPolynomial[a,x] gives the minimal degree monic polynomial in that is zero at a.
  • MultiplicativeOrder gives the multiplicative order of nonzero finite field elements.
  • Polynomial operations such as PolynomialGCD, Factor, Expand, PolynomialQuotientRemainder and Resultant can be used for polynomials with finite field element coefficients. Together and Cancel can be used for rational functions with finite field element coefficients.

Examples

open allclose all

Basic Examples  (1)

Represent a finite field with characteristic and extension degree :

Specify an element of the field using polynomial coefficients:

Equivalent specification:

Specify an element of the field using an index:

Equivalent specification:

Do arithmetic:

Do polynomial algebra:

Finite field elements are atomic objects:

Extract properties of a finite field element:

Scope  (11)

Representation and Properties  (4)

Represent a finite field with characteristic and extension degree :

Specify an element of the field using polynomial coefficients:

Equivalent specification:

Finite field elements are atomic objects:

Extract the polynomial coefficients and the field from a finite field element:

Specify an element of the field using an index:

Equivalent specification:

Extract the index and the field from a finite field element:

Extract field properties from a finite field element:

Extract properties using Information:

Field additive and multiplicative identity elements have indices and :

Construct a finite field that uses exponential representation of elements:

All nonzero elements of the field are powers of the element with index :

Field additive and multiplicative identity elements have indices and :

Each element of can also be represented as a polynomial of degree in :

Large indices are typeset in a shortened format:

Large characteristics are typeset as symbolic p:

Arithmetic  (3)

Perform arithmetic operations in a finite field:

Rational powers work only with exponent denominators and :

For some field elements, the square root may not exist:

Arithmetic operations treat integers as elements of the field:

Rational numbers need to be valid modulo the field characteristic:

Use Element to decide which rational numbers can be identified with field elements:

For the purpose of comparison, rational numbers are identified with field elements:

Elements of different finite fields cannot be combined:

Fields with the same characteristic and field irreducible but different element representations are allowed:

Automorphisms and Embeddings  (2)

Compute all conjugates of a finite field element:

The conjugates are roots of the minimal polynomial of a:

The Frobenius automorphism maps to :

Compute an embedding of one finite field in another:

Map finite field elements through the embedding:

Embeddings preserve arithmetic operations:

Polynomials over Finite Fields  (2)

Compute with polynomials over a finite field:

Expand products:

Compute the GCD:

Cancel a fraction:

Compute quotient and remainder:

Factor a polynomial:

Compute a resultant:

Compute with multivariate polynomials:

Factor a polynomial over an extension of a finite field:

A polynomial irreducible over factors after embedding in a larger field :

Applications  (2)

Implement an error-correcting code. The Hamming code encodes a -bit message in an -bit sequence and is able to correct up to one error:

Let be a finite field with elements using the exponential element representation, let be the irreducible polynomial used to construct , and let be the generator of :

The encoded message is the coefficient list of , where the coefficient list of is the original message:

Let be the polynomial whose coefficient list is the received message:

If the received message contains no errors, then , and hence :

If the received message contains one error in position , then , and hence :

Check and correct the received message:

To decode the message, compute the coefficient list of :

The decoded message is correct when the received message has no errors or one error:

Construct orthogonal Latin squares of order for any prime power . A Latin square of order is a array such that each row and each column contains every element of a set of elements exactly once. A pair of Latin squares is said to be orthogonal if the pairs formed by juxtaposing the two arrays are all distinct:

Verify that all arrays are Latin squares:

Verify that all pairs of arrays are orthogonal:

Properties & Relations  (8)

A finite field with characteristic and extension degree has elements:

Elements of a finite field with characteristic satisfy :

Hence the mapping is a field automorphism, known as FrobeniusAutomorphism:

The field generator is a root of the field irreducible:

Use FrobeniusAutomorphism to find the remaining roots of :

Use MinimalPolynomial to find the minimal polynomial of a finite field element:

The minimal polynomial over :

The minimal polynomial over the subfield of with elements:

All elements of a finite field with elements are roots of :

In fact, :

Any irreducible polynomial of degree over has roots in a field with elements:

Use IrreduciblePolynomialQ with Modulusp to verify irreducibility over :

Use Factor with Extension to verify that f is a product of linear factors over :

Use MultiplicativeOrder to find the multiplicative order of finite field elements:

Use FiniteField[p,1] to compute over the prime field :

Compare with a result obtained using Mod:

Polynomial computation over :

Compare with a result obtained using the Modulus option:

Wolfram Research (2023), FiniteFieldElement, Wolfram Language function, https://reference.wolfram.com/language/ref/FiniteFieldElement.html.

Text

Wolfram Research (2023), FiniteFieldElement, Wolfram Language function, https://reference.wolfram.com/language/ref/FiniteFieldElement.html.

CMS

Wolfram Language. 2023. "FiniteFieldElement." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FiniteFieldElement.html.

APA

Wolfram Language. (2023). FiniteFieldElement. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FiniteFieldElement.html

BibTeX

@misc{reference.wolfram_2023_finitefieldelement, author="Wolfram Research", title="{FiniteFieldElement}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/FiniteFieldElement.html}", note=[Accessed: 28-November-2023 ]}

BibLaTeX

@online{reference.wolfram_2023_finitefieldelement, organization={Wolfram Research}, title={FiniteFieldElement}, year={2023}, url={https://reference.wolfram.com/language/ref/FiniteFieldElement.html}, note=[Accessed: 28-November-2023 ]}