lambertw
Ilya Zakharevich <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <[email protected]> |
gp > ?lambertw
lambertw(y,{branch=0}): solution of the implicit equation
x*exp(x)=y. In the p-adic case, gives a solution of x*exp(x)=y if x
has positive valuation, of x+log(x)=log(y) otherwise.
First, I would rewrite it as log(x)+x = log(y) to make the match more
clear. Second, I suspect that what is meant is
y has positive valuation
(not “x”).
Hope this helps,
Ilya