Consider the polynomials with integer coefficients and positive integer exponents: P(x) = a0 * x0 + a1 * x1 + ... + an-1 * xn-1 For programming purposes, a polynomial is represented as an array of integers. The array cell of index i corresponds to the polynomial coefficient ai, where i represents the exponent of the variable x. For example, if the polynomial is P(x) = 2 * x3 - 9 * x2 + 0 * x1 + 8 * x0 , its representation as an array
Get Free Quote!
404 Experts Online