"Total" degree of a polynomial?

5.4k Views Asked by At

What is the difference between the "degree" of a polynomial and its "total degree"?

1

There are 1 best solutions below

0
On BEST ANSWER

The total degree of a polynomial in more than one variable is the maximal of the sums of all the powers of the variables in one single monomial. For example

$$\deg(x_1^2x_2x_3^4-3x_2+4x_1x_4^5-x_1x_2^3x^2)=7$$

You can also define the local or particular degree for some particular variable, say:

$$\deg_1(x_1^2x_2x_3^4-3x_2+4x_1x_4^5-x_1x_2^3x^2)=2\;,\;\;\deg_4(x_1^2x_2x_3^4-3x_2+4x_1x_4^5-x_1x_2^3x^2)=5\ldots$$