Post Reply 
Challenge: Generate 24 in the X register / display
09-09-2020, 08:14 PM
Post: #51
RE: Challenge: Generate 24 in the X register / display
(hp-50)
#1 || 1 10^x EULER 1 %T 1 – ||
#2 || 2 DUP DUP ➝LIST ΣLIST ! ||
And a general solution for any three equal numbers
(including zero) placed on the stack:
|| N DUP DUP MAX SAME 10^x EULER ! ||
or
|| N DUP DUP MAX SAME 10^x √ e^x CEIL ||
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Challenge: Generate 24 in the X register / display - Hlib - 09-09-2020 08:14 PM



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