PolynomialSpace
Arithmetic context for univariate polynomials with coefficients stored as a List constructed with the provided ring of constants.
Parameters
Functions
Represent this polynomial as a regular context-less function.
Converts the constant to polynomial.
Returns difference between the constant represented as a polynomial and the polynomial.
Returns difference of the polynomials.
Returns sum of the constant represented as a polynomial and the polynomial.
Returns sum of the polynomials.
Returns product of the constant represented as a polynomial and the polynomial.
Returns product of the polynomials.
Returns negation of the polynomial.
Properties
Instance of unit constant (unit of the underlying ring).
Instance of zero constant (zero of the underlying ring).
Instance of unit polynomial (unit of the polynomial ring).
Instance of zero polynomial (zero of the polynomial ring).