05/08/2014, 01:49 PM
(05/08/2014, 07:31 AM)hixidom Wrote: Or maybe it's just plain wrong. A test using Matlab suggests that the f(x) I provided is not the solution. That's so weird; It seemed airtight to me, but there must be some pathology in my derivation. Hopefully someone with a better understanding of the W function can spot it for me.Well, I meant that something possibly similar like the cofactor in my older posting http://math.eretrandre.org/tetrationforu...hp?tid=785 which I didn't see myself and did not spoil the formula but was needed to explain/correct the result. Perhaps something like this can be introduced into your formula as well to make it working...
Code:x=(.5:.01:3);
f=@(x)exp(lambertw(x.^2));
for i=1:numel(x);
ffx(i)=f(f(x(i)));
end
figure(1);
clf();
plot(x,exp(x),x,ffx)
Gottfried
Gottfried Helms, Kassel

