Puoi aprire il codice e modificare la funzione: vedi l'Help
You can open the Code and modify the function: see the Help
HELP

function f(x) { y =  3*x*x*x - 5*x*x + x - 1 ; return y }

aX = -2; bX = 3; aY = -20; bY = 15
Dx = 1/2; Dy = 5

// Con/with Qx=[a,b,..]; Qy=[A,B,..] posso tracciare anche (a,A),(b,B),...

Qx=[-1,0,1,2]; Qy=[-10,-1,-2,5]