Irreducible? Checks if a polynomial is irreducible or not in a field or ring. Syntax irreducible?(Polynomial) irreducible?(Polynomial, Field | Ring) Description irreducible?(Polynomial) Given a polynomial, returns true if it is irreducible and false otherwise. irreducible?(Polynomial, Field | Ring) Given a polynomial and a field or ring, returns true if it is irreducible in such field or ring and false otherwise. Related functions Table of Contents Syntax Description Related functions