I have a scalar function f(u) defined implicitly as follows:
pow( u, -f(u) ) + pow( u, f(u) ) = u
The function is approximately 1, but evidently not quite so. I am scratching my head for an efficient means of numerically computing values of this function. Any suggestions?
I hope the notation is clear btw, pow( a, b) = a^b is a raised to the power b.