from mathutils import * from plotutils import * #Fitting the quadratic function f(x) = a x2 + b x + c #Data created with [a = 8, b = 10, c = 16] and 0