(TI-66) Some digits for a sum
|
04-18-2020, 08:48 PM
Post: #1
|
|||
|
|||
(TI-66) Some digits for a sum
Some rapid words to present a written version for the TI-58 family of the program already published for several HP models in the forums.
The purpose is to find the list of distinct digits (figures) which sum gives a searching number. For example, to find at most 45 you should add all the digits from 9 downto 1 (because 9 + 8 + 7 + 6 + 5 + 4 + 3 + 2 + 1 = 45). It's interesting to try 23 by 4 digits on this program by 23 x↔t 4 RST R/S and so on A long time ago, I used this application (on a HP48) to complete some cross-numbers grids ! |
|||
05-29-2020, 01:34 PM
(This post was last modified: 05-29-2020 01:39 PM by Nihotte(lma).)
Post: #2
|
|||
|
|||
RE: (TI-66) Some digits for a sum
A few little words to add a simplified version of the program
You can use the code with symbolic addressing, which is more readable or more malleable, or one which adopts absolute addressing mode, slightly faster. Notice : no change in the mode of use since the previous version Each program can use Part 49 (119.48) With symbolic addressing mode : Code:
And, with absolute addressing mode : Code:
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)