I have been very naughty - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: Not HP Calculators (/forum-7.html) +--- Forum: Not quite HP Calculators - but related (/forum-8.html) +--- Thread: I have been very naughty (/thread-8681.html) Pages: 1 2 |
I have been very naughty - MeindertKuipers - 07-13-2017 07:48 PM and bought myself a TI-59. Really good condition at 30EUR, with a pack of magnetic cards, and it still works (seller could not test so he did not know). No corrosion and the Library Module included. Batteries are probably completely dead and no charger. I will treat this one as the black sheep in my collection ... RE: I have been very naughty - Thomas Okken - 07-13-2017 08:44 PM I thought the TI-59 card reader had the same gummy wheel problem as the HP-65/67/97/82104. Does yours still have the original wheel? Congratulations, BTW. Annoying TI keyboard aside, the 59 was seriously cool in its day! :-) RE: I have been very naughty - Gene - 07-13-2017 11:59 PM Be sure to check out the materials here: TI-59 material especially the TI-59 Master Library Survival Guide here! RE: I have been very naughty - toml_12953 - 07-14-2017 02:45 AM (07-13-2017 08:44 PM)Thomas Okken Wrote: I thought the TI-59 card reader had the same gummy wheel problem as the HP-65/67/97/82104. Does yours still have the original wheel? Some have a problem, some don't. I've bought some 59's that still work fine and others leave a sticky black streak on cards. Wheel replacement is fairly simple. If I can do it, anyone can! RE: I have been very naughty - Werner - 07-14-2017 07:13 AM I had a TI-58 (no 'c') in the olden days. I recently purchased RCL-59 on my phone, a fantastic emulator that finally allowed me to view the source code of the Pgm-02 (Linear Equations) in the Master Library, and to rewrite it, just for fun. 640 lines instead of 898, up to 9x9 for both equation solving and inverse (the Master Lib can't handle 9x9 solve), and four times faster for equation solving. Well, on the emulator. Will post if someone's interested. Cheers, Werner RE: I have been very naughty - SlideRule - 07-14-2017 12:15 PM (07-14-2017 07:13 AM)Werner Wrote: ... source code of the Pgm-02 (Linear Equations) in the Master Library, and to rewrite it... Will post if someone's interested.A write up is always welcome. BEST! SlideRule RE: I have been very naughty - toml_12953 - 07-14-2017 05:14 PM (07-14-2017 07:13 AM)Werner Wrote: Will post if someone's interested. "If"??? Yes! It's always good to see other peoples code. If you could post the original as well (for those who can't get the source on their own), it would make a great comparison. RE: I have been very naughty - rprosperi - 07-14-2017 05:34 PM (07-14-2017 07:13 AM)Werner Wrote: I had a TI-58 (no 'c') in the olden days. Is that "RCL-58" for Android by Paul Novaes? A search of the Android Play Store found RCL-58, but not -59. Or, perhaps you're using iOS? I agree, please post your improved version when convenient. As for the original program, I'm not sure I want to enter 898 lines of a slower and less elegant program... if a better one is available. In your improved version, are usage instructions and register use the same as the original and documented in the Master Lib manual and instruction card? RE: I have been very naughty - toml_12953 - 07-14-2017 06:03 PM (07-14-2017 05:34 PM)rprosperi Wrote: I agree, please post your improved version when convenient. As for the original program, I'm not sure I want to enter 898 lines of a slower and less elegant program... if a better one is available. If you have a 59, you don't have to enter the program by hand, just copy it from the library module if you want a listing. Of course if you have a 58, that's not an option since the 58 doesn't have enough RAM to copy it to. You can run it on a 58 but not list it. Tom L RE: I have been very naughty - zeno333 - 07-15-2017 12:07 AM My first calc was a TI-SR50A that my parents got me for Christmas 1975... RE: I have been very naughty - Dieter - 07-15-2017 04:34 PM (07-14-2017 05:14 PM)toml_12953 Wrote: If you could post the original as well (for those who can't get the source on their own), it would make a great comparison. A listing of the original ML-02 program is not required. Listings for all ML programs are included in the Master Library Survival Guide which is available online. Dieter RE: I have been very naughty - Gene - 07-15-2017 11:29 PM (07-15-2017 04:34 PM)Dieter Wrote:(07-14-2017 05:14 PM)toml_12953 Wrote: If you could post the original as well (for those who can't get the source on their own), it would make a great comparison. Gene: The link for which was posted earlier Master Library Survival Guide by Fred Fish RE: I have been very naughty - Werner - 07-17-2017 11:19 AM TI-58/59 Linear Equations Thanks to the RCL59 emulator on my iPhone I have finally, after 40 years, been able to inspect the Master Library Pgm 02 code for solving simultaneous linear equations and matrix inversion. All I can say is that apparently not much time has been spent on it, so I set out to see if I could improve upon it. Some thoughts:
See the attached Excel for the code and some colourful aids if you want to understand the code in detail. Cheers, Werner RE: I have been very naughty - rprosperi - 07-17-2017 12:53 PM (07-17-2017 11:19 AM)Werner Wrote: See the attached Excel for the code and some colourful aids if you want to understand the code in detail. Thanks for sharing this Werner. Nice use of Excel to illustrate the matrix manipulations. Are operating instructions for your improved program the same as the original? RE: I have been very naughty - Werner - 07-17-2017 02:42 PM Not quite. See point 6. of my post Werner RE: I have been very naughty - rprosperi - 07-17-2017 05:35 PM (07-17-2017 02:42 PM)Werner Wrote: Not quite. See point 6. of my post Touché! Thanks for gentle reply. I read down about halfway and realized I needed to take out the original Master Library ROM manual for some of the references (which I have) and wondered about operating steps. Should have read more thoroughly before asking. I will shortly have a 58C working and look forward to trying it out. RE: I have been very naughty - Dave Britten - 07-19-2017 11:24 AM The TI-66 is a good option if you want to experiment with programming old TIs, and don't care about using ROM modules. It's essentially a 58C, but much more robust (especially the keyboard), and with alpha display of program steps while editing. RE: I have been very naughty - rprosperi - 07-19-2017 02:55 PM (07-19-2017 11:24 AM)Dave Britten Wrote: The TI-66 is a good option if you want to experiment with programming old TIs, and don't care about using ROM modules. It's essentially a 58C, but much more robust (especially the keyboard), and with alpha display of program steps while editing. Yes, I have one of these too (Gene's influence is showing here...) though there's something very classic about the 58/59 series. I wanted a 59 for a long time, just run it side-by-side with my 25C and then 41C. Though I suspect the 66 is as fast or maybe even faster than the 58, the 66 just seems dead slow to me... RE: I have been very naughty - Gene - 07-19-2017 03:59 PM (07-17-2017 05:35 PM)rprosperi Wrote: I will shortly have a 58C working and look forward to trying it out. Gene: Won't be able to do that. 640 steps won't fit into a 58C... even IF you jiggle the real TI-58C to add an extra 32 program steps per here: extra TI-58C program steps RE: I have been very naughty - rprosperi - 07-19-2017 10:20 PM (07-19-2017 03:59 PM)Gene Wrote: Gene: Won't be able to do that. 640 steps won't fit into a 58C... even IF you jiggle the real TI-58C to add an extra 32 program steps per here: Thanks. I didn't recall (if I even ever knew) that the 59 had so much more memory than the 58, I thought the Card Reader was the only difference. So, the good news is I won't be typing in 640 steps... the bad news is I have to use the shoddy ROM routine. I'll get over it, but was thinking poking in those 640 steps would help teach me the keyboard.... |