polinom
Polinom, or polynomial, is an algebraic expression formed by summing powers of one or more variables with constant coefficients. The exponents are nonnegative integers, and the coefficients come from a given coefficient set such as integers, real numbers, or complex numbers. In one variable x, a polynomial of degree n is written as a_n x^n + a_{n-1} x^{n-1} + ... + a_1 x + a_0, with a_n ≠ 0. The leading coefficient a_n determines the degree. The special case where all coefficients are zero is called the zero polynomial.
The degree of a polynomial is the largest exponent with a nonzero coefficient. If the polynomial involves
Polynomials form an algebraic structure that is closed under addition, subtraction, and multiplication. Division by a
Roots and values: A value a is a root of a polynomial p if p(a) = 0. Over
Applications and examples: Polynomials model many phenomena, define polynomial functions, and serve in interpolation, approximation, and