Post Reply 
25 Stat summations
08-30-2022, 05:35 AM
Post: #8
RE: 25 Stat summations
Massive thanks for the link to the PDF of the 57 manual.

I’ve been looking for it for over quite a few years.

I’ve been able to easily find manuals for the 50, 51, 52, 56, and 58/59.

(08-30-2022 12:23 AM)Steve Simpkin Wrote:  That makes sense. I also seem to recall that *all* available ROM space was used in the HP-25 code.
The feature set comparable TI-57 came out 2 years after the HP-25 and fully supported dual data point Statistics. It also squeezed its entire logic functionality into *one* integrated circuit with one capacitor and one resistor (vs 5 ICs and more discrete parts for the HP-25). A lot changed in two years!
http://www.datamath.org/Sci/MAJESTIC/JPE....htm#TI-57


Here is a brief list of advantages each model had over the other. There may have been more.

TI-57 advantages:
* Subroutine capability.
* Labels for programs (see next).
* Ability to add/delete instructions. With its use of labels, this allows you to edit a program without resorting to overwriting instructions with NOPs or overwriting large sections of your program because you cannot insert instructions on the HP-25. Even if you could, the lack of labels would likely require changing GTO instruction lines. This comes from a 10 year user of the HP-25 and is not a criticism (the HP-25 delivered far more than it started out with on the drawing board), but a long desired feature.
* Fully supports dual data point Statistics including separate mean, variance and standard deviation calculations for both X and Y data points. The HP-25 partial supports dual data statistics with mean and standard deviation for the X data points
* Can calculate the Variance in Statistics.
* Has a DSZ (Decrement and Skip if Zero) loop test.
* Has "normal" or "standard" display mode that displays only the number of digits after the decimal point that are needed (via FIX 9 or INV FIX).
* Has Xth root function.
* Has an EXC function which can exchange the number in memory N with the displayed number.
* Has 1 additional program step (50 vs 49).
* Lower selling price.

HP-25 advantages:
* All available functions and instructions are printed on the keyboard (except for register math). There are no hidden or potential obscure operations related to the TI-57's use of the INV key.
* Related to the above, register math key sequences are more obvious (STO - 1 instead of INV SUM 1).
* Has two more conditional tests.
* Has Engineering display mode.
* Has forced Scientific display mode.
* Has a % function.
* Can go to an arbitrary step (GTO nn). In a TI-57 you have to declare labels and that takes 1 additional step per label. Note labels in the TI-57 permit insertion/deletion of instructions (see above).
* Both have 8 memory registers (which some of which are used for statistics), but the TI-57 uses Reg 7 for comparisons and sometimes registers 5 & 6 when calculating complex expressions.
* Displays 10-digits when not in SCI/ENG mode (the TI-57 displays 8-digits but uses 11-digits internally)

Differences:
The HP-25 came with a 132-page Owner's Handbook and a 168-page Application Programs book. These were very professionally written and given the selling price of the HP-25 ($195 when introduced in 1975), its intended audience was primarily for technicians, engineers, scientists and graduate students. The Application Programs book includes examples of algebra, number theory, finance, navigation, numerical methods, statistics, surveying, trigonometry. analytical geometry and game programs.

The 244-page TI-57 manual, "Making Tracks into Programming A step-by-step learning guide to the power, ease and fun of using your TI programmable 57" on the other hand, was written in a more informal format. It used the simile of a train to describe how a TI-57 program moved along with branches in the program being shown as alternate "tracks" that the train can take. To me this format seems more approachable to high school students and non-technical people in general. It also includes many program examples of practical everyday math problems as well as financial, mathematics, science and game programs. The TI-57 manual also includes a brief history of calculating/computing devices and a very detailed description of the architecture and internal operation of the calculator.
https://ti57.eu.pythonanywhere.com/stati...amming.pdf

One additional undocumented advantage that the TI-57 has over the HP-25 model (not the HP-25C) is that you can turn the TI-57 display off which then draws so little power from the batteries that it is almost like having a constant memory function.
https://www.rskey.org/gene/calcgene/57c.htm
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
25 Stat summations - Matt Agajanian - 08-29-2022, 09:21 PM
RE: 25 Stat summations - rprosperi - 08-29-2022, 10:06 PM
RE: 25 Stat summations - Steve Simpkin - 08-30-2022, 12:23 AM
RE: 25 Stat summations - Matt Agajanian - 08-30-2022 05:35 AM
RE: 25 Stat summations - Steve Simpkin - 08-30-2022, 07:30 AM
RE: 25 Stat summations - rprosperi - 08-30-2022, 02:13 AM
RE: 25 Stat summations - Steve Simpkin - 08-30-2022, 07:18 AM
RE: 25 Stat summations - Matt Agajanian - 08-30-2022, 02:20 AM
RE: 25 Stat summations - Thomas Klemm - 08-30-2022, 03:57 AM
RE: 25 Stat summations - Matt Agajanian - 08-30-2022, 04:26 AM
RE: 25 Stat summations - Matt Agajanian - 08-30-2022, 05:48 AM
RE: 25 Stat summations - Steve Simpkin - 08-30-2022, 07:41 AM
RE: 25 Stat summations - Dave Britten - 08-31-2022, 01:48 PM



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