How should I format polynomial coefficients for correct derivative output?
Enter coefficients in descending degree order, separated by commas, such as 3, -2, 5 for 3x² - 2x + 5. If a degree is missing, include a 0 placeholder to preserve term positions. This prevents accidental degree shifts that can produce incorrect derivative equations.