02/23/2013, 11:54 PM
I'm not sure if I get your formula right......
This is what I type in gnuplot:
plot exp(2*(log(x))**0.5)**0.5
replot exp(0.5*(log(x))**0.5)**0.5
The "**" symbol means raising to power, in gnuplot.
This is what I type in gnuplot:
plot exp(2*(log(x))**0.5)**0.5
replot exp(0.5*(log(x))**0.5)**0.5
The "**" symbol means raising to power, in gnuplot.

