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 =  20000/x; return y }

aX = 0; bX = 20; aY = 0; bY = 20e3
Dx = 1; Dy = 1e3

for(i=1;i<=20;i=i+1) {Q1x[i-1]=i;Q1y[i-1]=f(i)}

AX=BX=AY=BY=""
BX="V"; BY="n"

T0=["0",0,-7e2]; T1=["5",5,-7e2]; T2=["10",10,-7e2]; T3=["15",15,-7e2]; T4=["20",20,-7e2]
T5=["0",-0.5,0]; T6=["5e3",-0.8,5e3]; T7=["10e3",-1,10e3]; T8=["15e3",-1,15e3]; T9=["20e3",-1,20e3]