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 irreducible_polynomials(Field, Integer, Identifier) Given a field , an integer and an identifier , computes all irreducible polynomials over of degree in the variable (if possible). irreducible_polynomials(Field, Integer) Given a field and an integer , computes all irreducible polynomials over of degree (if possible). irreducible_polynomials(Integer, Field, Integer, Identifier) Given an integer , a field , an integer and an identifier , computes irreducible polynomials over of degree in the variable (if possible). irreducible_polynomials(Integer, Field, Integer) Given an integer , a field , an integer and an identifier , computes irreducible polynomials over of degree (if possible). Related functions Table of Contents Syntax Description Related functions