y values a model - a polynomial equation y = mxn+b f(x) = a2 xn + a1 x + a0 where a1 is zero Play with the inputs to see what fits the data See References for Polynomial Project at github
where x = y x_prime is evaluated over the range -10 to 10 y_prime is calculated using the model (x, y) is plotted as points (x_prime, y_prime) is plotted as a line output is ‘polyPlot’