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 = 7/30*x*x - 13/30*x + 6/5 ; return y }

aX = -3; bX = 5; aY = 0; bY = 5
Dx = 1; Dy = 1

Qx=[-2,1,3]; Qy=[3,1,2]