Puoi aprire il codice e modificarlo
HELP
...
aX = -1.5; bX = 1.5; aY = -1; bY = 4
Dx = 0.1; Dy = 1
titolo = "Quali soluzioni F(x) = G(x) ha rispetto a x?"
Cax="red"; Cgr="grey"
quadro=1
C1=C2="grey"
L1x=[-1,-1]; L1y=[-1,4]; L2x=[1,1]; L2y=[-1,4]
// funzioni (f blu, g verde, h rosso, k arancione)
function f(x) { y = Math.abs(Math.pow(x*2,4)-x*x*20-5)/3-0.5; return y }
function g(x) { y = Math.pow(x,4)-x*x*3+3; return y }
...
// Puoi mettere fino a 10 scritte (S) in diverse posizioni (x,y) con T0=["S",x,y],...
T1=["F",-0.75,3.5]; T2=["G",-0.65,1.5]
...