Concept Flow - Polynomial evaluation and roots
Define polynomial coefficients
Evaluate polynomial at x
Calculate polynomial value
Find roots of polynomial
Output roots and values
Start by defining polynomial coefficients, then evaluate the polynomial at a point x, calculate its value, find roots, and output results.