Help Center
Degree of Laurent polynomial
Since R2021b
deg = degree(P)
deg = degree(P) returns the degree of the Laurent polynomial P.
deg
P
If P(z) is a Laurent polynomial P(z)=∑k=mnCkzk, where m and n are integers, the degree of P(z) is n-m.
example
collapse all
Create two Laurent polynomials:
a(z)=z-1
b(z)=-2z3+6z2-7z+2
a = laurentPolynomial(Coefficients=[1 -1],MaxOrder=1); b = laurentPolynomial(Coefficients=[-2 6 -7 2],MaxOrder=3);
Multiply a(z) and b(z). Confirm the degree of the product is equal to the sum of the degrees of a(z) and b(z).
ab = a*b; degree(ab)
ans = 4
degree(a)+degree(b)
laurentPolynomial
Laurent polynomial, specified as a laurentPolynomial object.
Degree of Laurent polynomial, returned as a nonnegative integer.
Introduced in R2021b
laurentMatrix
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office