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 = 5*x*x+8*x-4; return y }

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

Px=[-2,0,0.4]; Py=[f(-2),f(0),f(0.4)]