Lambert W Function (hp-42s)
|
05-23-2020, 12:43 AM
(This post was last modified: 05-23-2020 12:48 AM by Albert Chan.)
Post: #14
|
|||
|
|||
RE: Lambert W Function (hp-42s)
Hi, Werner
Very nice complex solver. Regarding LambertW code, it missed LN before entering solver. Instead of guess of LN(1.4+X) or LN(X), I found that guess LN(1+X) is simpler. Here is the revised LambertW (34-byte) Code: 01▸LBL "W" Example, i^i^i ... = W(-ln(i))/(-ln(i)) = exp(-W(-ln(i))) -1 SQRT LN +/- XEQ "W" +/- EXP → 0.4382829367270321116269751635512648 + 0.3605924718713854859529405269060007i |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)