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 =  Math.pow(20-2*x, 2) * x  ; return y }

aX = 0.5; bX = 7; aY = 200; bY = 400
Dx = 0.5; Dy = 50

C1="green"; L1x=[aX,bX]; L1y=[300,300]
xx=[1,2,3,4,5,6,7]