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 = (2*x*x*x+5*x*x-7)/(x-1); return y }

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

yy=[1]; xx=[-2]; Px=[-2]; Py=[1]

T0=["-2",-2,-0.3]; T1=["1",-3.1,1]