Polynomial Manipulation Representation Addition Multiplication Representation of a Polynomial: A polynomial is an expression that contains more than two terms. A term is made up of coefficient and exponent. An example of polynomial is P(x) = 4×3+6×2+7x+9 A polynomial thus may be represented using arrays or linked lists. Array representation assumes that the exponents of […]