- The order of a root of a polynomial is the number of times the root repeats.
- The polynomial x5 + 2x4 + x3 has two roots, x = 0 with order 3 and x = -1 with order 2.
- In general, polynomials of the form k(x - c1)m(x - c2)m...(x - cn)m have roots x = c1 with order m1, x = c2 with order m2, and so on.