SJS wrote:
> begin  quoting Andrew Lentvorski as of Tue, Sep 02, 2008 at 01:57:17AM -0700:
>> James G. Sack (jim) wrote:
>>
>>> Hmmm, maybe i should just plot it? What's the easiest tool to plot an
>>> analytical function?
>> I'd plot it, personally.
> 
> <aol/> 
> 
>> Easiest tool for plotting this that you probably have at hand?
>>
>> gnuplot
> 
> Heh. I would have said a scrap of paper. :)
> 

gnuplot works nicely

gnuplot
dnuplot> f(x)=x**(log(.5)/log(m))
gnuplot> set xrange [0:1]
gnuplot> m=.2; plot f(x)
gnuplot> m=.8; plot f(x)
gnuplot> q

Regards,
..jim


-- 
KPLUG-List@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to