_antoniobernardo
(90 punti)
1' di lettura
4 / 5 (2)

set terminal png medium size 480,480
set output "catenaria.png"
set size ratio 1
set zeroaxis ls 1
set xrange [-2:2]
set yrange [0:4]
e = exp(1)
plot (e**x+e**(-x))/2 notitle with line lc "black" lw 2
set output