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

// --- f blue, g green, h red, k orange ----

function f(x) { y = (20-2*x)*(10-2*x)*x; return y }
function g(x) { y = 1/0; if(x<5) {y = (20-2*x)*(10-2*x)*x}; return y }

aX = 0; bX = 10; aY = -200; bY = 200
Dx = 1; Dy = 50

xx=[5]
Qx=[2.11]; Qy = [ f(2.11) ]

linef=1/2; lineg=5