TI SR-50

Last updated
SR-50 (1974) SR-50 early TI calculator.agr.jpg
SR-50 (1974)
Printed circuit board. Data code 035: 3rd week 1975 SR-50PCB.jpg
Printed circuit board. Data code 035: 3rd week 1975

The SR-50 was Texas Instruments' first scientific pocket calculator with trigonometric and logarithm functions. It enhanced their earlier SR-10 and SR-11 calculators, introduced in 1973, which had featured scientific notation, squares, square root, and reciprocals, but had no trig or log functions, and lacked other features. The SR-50 was introduced in 1974 and sold for US$170. [1] It competed with the Hewlett-Packard HP-35.

Contents

Design

The SR-50 measured 5-3/4 inches long by 3-1/8 inches wide by 1-3/16 inches high (147 mm by 78 mm by 31 mm) and was powered by a rechargeable NiCad battery pack, built from three soldered AA cells. It had 40 keys, and flat sliding switches for degrees/radians and on/off. "SR" stood for "slide rule."

The SR-50 had a red LED display with a signed ten-digit mantissa plus a signed two-digit exponent for floating point numbers (negative values were indicated with a leading minus sign and positive values with no sign). Internally, calculations were performed with a 13-digit mantissa, providing much greater calculation accuracy than the 10-digit precision of most scientific calculators of the time. After the leading sign, digits consisted of a seven-segment display plus decimal point. A blinking display indicated an error, such as a calculation error or an overflow or underflow condition.

Like most scientific calculators, the SR-50 mostly used ordinary infix notation, as opposed to the postfix Reverse Polish Notation (RPN) employed by its competitor, the Hewlett Packard HP-35. The SR-50 followed the standard order of operations by performing unary (single-argument) operations (reciprocal, square, square root, log, trig and hyperbolic trig functions) immediately, and multiplication, division, root, and power operations before addition and subtraction operations. But: you had to enter parameters first when using single-argument operations (e. g. 30 sin). As an example, the keypresses to calculate "3 x log(4) + 5" was entered almost as written, namely "3 x 4 log + 5 =". This is because the calculator would execute the log function before performing the multiplication operation, and complete the multiplication operation before executing the addition operation. It did so by having unary operations operate on the X register, addition and subtraction operate on the X and Z registers, and multiplication, division, power, and root functions operate on the X and Y registers in its operational stack.

An unusual feature of the SR-50 was that its included functions like factorial and hyperbolic trig functions, which were found on very few calculators (including the HP-35 and HP-45) at the time. The user invoked the hyperbolic functions by entering the function argument and then pressing the "hyp" key, followed by the "sin", "cos", or "tan" function key. The inverse hyperbolic functions were accessed by first pressing the "arc" and "hyp" keys (in any order) and then pressing the "sin", "cos", or "tan" key. Hyperbolic trig arguments were always assumed to be in radians regardless of the setting of the degree/radian (D/R) mode switch. In addition to its three-register operational stack, consisting of X, Y, and Z registers, the SR-50 also included one memory (M) register to which the value in the X (display) register could be directly added using the "summation" key. [2] The SR-50 had very fast trig functions (about half a second to evaluate each function) and was a popular calculator to use in contests involving pocket calculators.

Technical data

Descendants

The SR-50 was followed by the more advanced model SR-51. The SR-51 had the same physical dimensions but added a 2nd function for most buttons. Most notable among the added functions were the ability to enter x:y pairs and do linear regression analysis on them. The later and lighter versions SR-50A and SR-51II and SR-51III were based on smaller ICs and battery packs and reached broadest distribution.

A further update resulted in the programmable model SR-52 in late 1975. It was thicker and longer and could perform 224 program steps recorded on magnetic cards, similar to its competitor HP-65. The card was pulled through the reader by an electric motor. The matte white upper face of the cards could be marked with pen or pencil to indicate the program and the functions assigned to the calculator's programmable keys.[ clarification needed ] The card could be stored in a slot above the programmable keys with its markings visible.

In 1976 Texas Instruments released the TI-30 budget calculator at one-third the price of the SR-50, so sales of the SR-50 quickly dropped.

Related Research Articles

Calculator Electronic device used for calculations

An electronic calculator is typically a portable electronic device used to perform calculations, ranging from basic arithmetic to complex mathematics.

Scientific notation is a way of expressing numbers that are too large or too small to be conveniently written in decimal form. It may be referred to as scientific form or standard index form, or standard form in the UK. This base ten notation is commonly used by scientists, mathematicians, and engineers, in part because it can simplify certain arithmetic operations. On scientific calculators it is usually known as "SCI" display mode.

Sinclair Scientific

The Sinclair Scientific calculator was a 12-function, pocket-sized scientific calculator introduced in 1974, dramatically undercutting in price other calculators available at the time. The Sinclair Scientific Programmable, released a year later, was advertised as the first budget programmable calculator.

Common logarithm Mathematical function

In mathematics, the common logarithm is the logarithm with base 10. It is also known as the decadic logarithm and as the decimal logarithm, named after its base, or Briggsian logarithm, after Henry Briggs, an English mathematician who pioneered its use, as well as standard logarithm. Historically, it was known as logarithmus decimalis or logarithmus decadis. It is indicated by log(x), log10(x), or sometimes Log(x) with a capital L. On calculators, it is printed as "log", but mathematicians usually mean natural logarithm rather than common logarithm when they write "log". To mitigate this ambiguity, the ISO 80000 specification recommends that log10(x) should be written lg(x), and loge(x) should be ln(x).

In mathematics and computer programming, the order of operations is a collection of rules that reflect conventions about which procedures to perform first in order to evaluate a given mathematical expression.

Scientific calculator

A digital calculator is a type of electronic calculator, usually but not always handheld, designed to calculate problems in science, engineering, and mathematics. They have completely replaced slide rules in traditional applications, and are widely used in both education and professional settings.

HP-35

The HP-35 was Hewlett-Packard's first pocket calculator and the world's first scientific pocket calculator: a calculator with trigonometric and exponential functions. It was introduced in 1972.

HP-20S

The HP-20S (F1890A) is an algebraic programmable, member of Pioneer series of HP calculators produced from 1988 to 2003. It is similar to HP-21S. It has 99 program lines of fully merged program and ten memory registers.

TI-30 Scientific calculator by Texas Instruments

The TI-30 was a scientific calculator manufactured by Texas Instruments, the first model of which was introduced in 1976. While the original TI-30 left production in 1983 after several design revisions, TI maintains the TI-30 designation as a branding for its low and mid-range scientific calculators.

CORDIC Algorithm for computing trigonometric, hyperbolic, logarithmic and exponential functions

CORDIC, also known as Volder's algorithm, or: Digit-by-digit methodCircular CORDIC, Linear CORDIC, Hyperbolic CORDIC, and Generalized Hyperbolic CORDIC, is a simple and efficient algorithm to calculate trigonometric functions, hyperbolic functions, square roots, multiplications, divisions, and exponentials and logarithms with arbitrary base, typically converging with one digit per iteration. CORDIC is therefore also an example of digit-by-digit algorithms. CORDIC and closely related methods known as pseudo-multiplication and pseudo-division or factor combining are commonly used when no hardware multiplier is available, as the only operations it requires are additions, subtractions, bitshift and lookup tables. As such, they all belong to the class of shift-and-add algorithms. In computer science, CORDIC is often used to implement floating-point arithmetic when the target platform lacks hardware multiply for cost or space reasons.

Engineering notation or engineering form is a version of scientific notation in which the exponent of ten must be divisible by three (i.e., they are powers of a thousand, but written as, for example, 106 instead of 10002). As an alternative to writing powers of 10, SI prefixes can be used, which also usually provide steps of a factor of a thousand.

There are various ways in which calculators interpret keystrokes. These can be categorized into two main types:

TI-59 / TI-58 Programmable calculator produced by Texas Instruments

The TI-59 is an early programmable calculator, that was manufactured by Texas Instruments from 1977. It is the successor to the TI SR-52, quadrupling the number of "program steps" of storage, and adding "ROM Program Modules". Just like the SR-52, it has a magnetic card reader for external storage. One quarter of the memory is stored on each side of one card.

HP-25

The HP-25 was a hand-held programmable scientific/engineering calculator made by Hewlett-Packard between 1975 and 1978. The HP-25 was introduced as a cheaper alternative to the ground-breaking HP-65.

Texas Instruments TI-36 is a series of scientific calculators distributed by Texas Instruments. It currently represents the high-end model for the TI-30 product lines.

Sharp EL-500W series include a range of scientific calculators made by Sharp Corporation, capable of displaying 2 lines, with multi-line playback. It is the successor to the Sharp EL-500V series.

HP 35s Programmable scientific calculator produced by Hewlett-Packard

The HP 35s (F2215A) is a Hewlett-Packard non-graphing programmable scientific calculator. Although it is a successor to the HP 33s, it was introduced to commemorate the 35th anniversary of the HP-35, Hewlett-Packard's first pocket calculator. HP also released a limited production anniversary edition with shiny black overlay and engraving "Celebrating 35 years".

The TI-34 name is a branding used by Texas Instruments for its mid-range scientific calculators aimed at the educational market. The first TI-34 model was introduced in 1987 as a midpoint between the TI-30 series and the TI-35/TI-36 series. Earlier models included Boolean algebra features, though these were removed with the introduction of the TI-34II in 1999, which focuses more on fractional calculations and other subjects common in middle and high school math and science curricula.

HP-21 Scientific calculator by Hewlett-Packard

The HP-21 was a scientific calculator produced by Hewlett-Packard between 1975 and 1978. It was designed as a replacement for the HP-35, and was one of a set of three calculators, the others being the HP-22 and HP-25, which were similarly built but aimed at different markets.

Casio fx-39

The fx-39 is a scientific calculator manufactured by Casio released in 1978 and is one of several models to share the same physical design format.

References

  1. 20 Years of Texas Instruments Consumer Products
  2. Texas Instruments SR-50 Slide Rule Calculator User's Manual