laurentPolynomial
R2026bCreate Laurent polynomial
Description
Use the laurentPolynomial object to create a Laurent polynomial
with real-valued polynomial coefficients. You can specify the maximum order of the polynomial.
You can perform mathematical and logical operations on Laurent polynomials. You can also
create a lifting scheme associated with a pair of Laurent polynomials.
Creation
Description
creates the
constant Laurent polynomial, where the constant is equal to 1 and the maximum order is
equal to 0.lpoly = laurentPolynomial
creates a Laurent polynomial with properties specified by name-value arguments. For
example, lpoly = laurentPolynomial(PropertyName=Value)laurentPolynomial(MaxOrder=2) creates a Laurent polynomial
with maximum order equal to 2. You can specify multiple name-value arguments.