Function plotter (polynomial)
Plot y = Σ c_k x^k from coefficients.
Calculator
How to use
Coefficients
c0 is constant term.
Educational use only. For assessments, show reasoning and check boundary cases.
Plot y = Σ c_k x^k from coefficients.
c0 is constant term.
Educational use only. For assessments, show reasoning and check boundary cases.
Model / formula
y = Σ c_k x^k (lowest power first: c0 + c1 x + …)
Result
Polynomial plot