From: Sunil M. D. <sm...@gm...> - 2015-04-01 17:28:41
Hi,
Sorry about my ignorance about gnu, as I am newbie ...
I am confused about following type of function
f(x) = b/x**nb * exp(y_(y)/k)
f(x,y) = (b/(x**nb))*exp(y/k)
Any help to understand the difference or similarity is appreciated
Thanks
sunil
From: Hans-Bernhard B. <HBB...@t-...> - 2015-04-01 18:23:36
Am 01.04.2015 um 19:28 schrieb Sunil M. Dogra:
> I am confused about following type of function
> f(x) = b/x**nb * exp(y_(y)/k)
That's not a function unless you have both a previously defined function
y_(), and a previously defined variable y.