Chat with our AI personalities
Degree = 3 # terms = 3
The degree of the polynomial.
The degree of a polynomial is equal to the highest degree of its terms. In the case that there is no exponent, the degree is 1. If there is no variable, the degree is 0.
the degree of polynomial is determined by the highest exponent its variable has.
Assuming you mean a fourth degree polynomial,P4 = x4 + 1P3 = x3 + 1P4*P3 = x7 + x4 + x3 + 1 is a seventh degree polynomial.