Puoi aprire il codice e modificarlo
HELP
...
function f(x) { y=0; P=Math.PI; for(U=0; U<=0; U=U+1) {V=2*U+1; y=y+ Math.pow(-1,(V-1)/2)/(V*V)*Math.sin(V*2*P*x)}; y=y*8/(P*P); return y}
function f(x) { y=0; P=Math.PI; for(U=0; U<=0; U=U+1) {V=2*U+1; y=y+ Math.pow(-1,(V-1)/2)/(V*V)*Math.sin(V*2*P*x)}; y=y*8/(P*P); return y}
function g(x) { y=0; P=Math.PI; for(U=0; U<=1; U=U+1) {V=2*U+1; y=y+ Math.pow(-1,(V-1)/2)/(V*V)*Math.sin(V*2*P*x)}; y=y*8/(P*P); return y}
function h(x) { y=0; P=Math.PI; for(U=0; U<=2; U=U+1) {V=2*U+1; y=y+ Math.pow(-1,(V-1)/2)/(V*V)*Math.sin(V*2*P*x)}; y=y*8/(P*P); return y}
function k(x) { y=0; P=Math.PI; for(U=0; U<=3; U=U+1) {V=2*U+1; y=y+ Math.pow(-1,(V-1)/2)/(V*V)*Math.sin(V*2*P*x)}; y=y*8/(P*P); return y}
...