Gnuplot won't seem to draw a function:
sqrt(2/10)*sin((3.14/10)*x)
Could anyone tell me why. I tried to draw it in Wolfram alpha and it worked compleetely fine there.
Gnuplot won't seem to draw a function:
sqrt(2/10)*sin((3.14/10)*x)
Could anyone tell me why. I tried to draw it in Wolfram alpha and it worked compleetely fine there.
Most probably the
2/10
is computed as integer division and zeros everything else out.Change it to:
Or: