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

aX = 0; bX = 8; aY = 0; bY = 2000
Dx = 1; Dy = 100

Q1x = [0, 1, 2, 3, 4, 5, 6, 7, 8];
Q1y = [f(0),f(1),f(2),f(3),f(4),f(5),f(6),f(7),f(8)]