Little problem(s) July 2022
|
07-06-2022, 06:16 AM
Post: #13
|
|||
|
|||
RE: Little problem(s) July 2022
This is a solution for #1 for the HP-42S:
Code: 00 { 38-Byte Prgm } But it should work with the HP-41C as well after minor adjustments. The \(\text{target}\) and the values of the list \(\{a_1, a_2, \cdots, a_n\}\) are expected in the registers: R00: \(\text{target}\) R01: \(a_1\) R02: \(a_2\) … Rnn: \(a_n\) Example 17 STO 00 2 STO 01 7 STO 02 11 STO 03 15 STO 04 4 XEQ "FIND" 4 1 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)