Irreducible polynomials
Computes all (if possible) irreducible polynomials in a field of the desired degree.
Syntax
irreducible_polynomials(Field, Integer, Identifier)
irreducible_polynomials(Field, Integer)
irreducible_polynomials(Integer, Field, Integer, Identifier)
irreducible_polynomials(Integer, Field, Integer)
Description
Given a field , an integer and an identifier , computes all irreducible polynomials over of degree in the variable (if possible).
Given a field and an integer , computes all irreducible polynomials over of degree (if possible).
Given an integer , a field , an integer and an identifier , computes irreducible polynomials over of degree in the variable (if possible).
Given an integer , a field , an integer and an identifier , computes irreducible polynomials over of degree (if possible).