Post Reply 
(30b) Lambert w Programme for Solve
12-29-2014, 09:59 AM (This post was last modified: 06-15-2017 01:24 PM by Gene.)
Post: #1
(30b) Lambert w Programme for Solve
To find Lambert w function value for X, store X-value in memory 2, enter the programme listed below, exit programme, hold down shift
key & press & release ÷ & release shift key, see the prompt “SOLVE” & enter 1 & before you can say “Hey presto” the value of w is displayed.

Solve for memory 1 given memory 2 value returns w in the equation

X = w * e^w

Similarly, solving for memory 2 given memory 1 value returns the anti-Lambert w value, ie X in the above equation.

0 P6
1 RCL 1
2 Input
3 e^X
4 *
5 RCL-2
6 RTN
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)