Sinclair Scientific

Sinclair Scientific

Sinclair Scientific calculator photographed c.1974
Type Scientific
Manufacturer Sinclair Radionics
Introduced 1974
Cost GB£49 + VAT
Calculator
Entry mode RPN
Precision 5 digit significand, 2 digit exponent
Display type Light-emitting diode
CPU
Processor Texas Instruments TMC-0805
Programming
Other
Power supply 4x AAA batteries (Scientific) 1x PP3 battery (Scientific Programmable)
Dimensions 50 by 111 by 19 millimetres (1.97 in × 4.37 in × 0.75 in) (Scientific) 73 by 155 by 34 millimetres (2.9 in × 6.1 in × 1.3 in) (Scientific Programmable)

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.

Significant modifications to the algorithms used meant that a chipset intended for a four-function calculator was able to process scientific functions, but at the cost of reduced speed and accuracy. Compared to contemporary scientific calculators, some functions were slow to execute, and others had limited accuracy or gave the wrong answer, but the cost of the Sinclair was a fraction of the cost of competing calculators.

History

In 1972, Hewlett-Packard launched the HP-35, the world's first handheld scientific calculator.[1] Despite market research suggesting that it was too expensive for there to be any real demand, production went ahead.[2] It cost US$395 (about GB£165), but despite the price, over 300,000 were sold in the three and a half years for which it was produced.[1][2]

From 1971 Texas Instruments had been making available the building block for a simple calculator on a single chip[3] and the TMS0803 chipset appeared in a number of Sinclair calculators.[3][4] Clive Sinclair wanted to design a calculator to compete with the HP-35 using this series of chips. Despite scepticism about the feasibility of the project from Texas Instruments engineers, Nigel Searle was able to design algorithms that sacrificed some speed and accuracy in order to implement scientific functions[4] on the TMS0805 variation.[3]

The Sinclair Scientific first appeared in a case derived from that of the Sinclair Cambridge, but it was not part of the same range.[5] The initial retail price was GB£49.95 in the UK, and in the US for US$99.95 as a kit or US$139.95 fully assembled.[6] By July 1976, however, it was possible to purchase one for GB£7.[5]

The Sinclair Scientific Programmable was introduced in August 1975, and was larger than the Sinclair Scientific, at 73 by 155 by 34 millimetres (2.9 in × 6.1 in × 1.3 in).[7][8] It was advertised as "the first ... calculator to offer a ... programming facility ... at a price within the reach of the general public," but was limited by having only 24 program steps.[9]

Both the Sinclair Scientific and the Sinclair Scientific Programmable were manufactured in England, like all other Sinclair calculators except the Sinclair President.[10]

Design

Sinclair Scientific

The HP-35 used five chips, and had a been developed by twenty engineers at a cost of a million dollars, leading the Texas Instruments engineers to think that Sinclair's aim to build a scientific calculator around the TMS0805 chip, which could barely handle four-function arithmetic, was impossible.[4][11] However, by sacrificing some speed and accuracy, Sinclair used clever algorithms to run scientific operations on a chip with room for just 320 instructions.[4] Constants, rather than being stored in the calculator, were printed under the screen.[4]

It displays only in scientific notation, with a five digit mantissa and a two digit exponent, although a sixth digit of the mantissa was stored internally.[4] Because of the way the processor was designed, it uses Reverse Polish notation (RPN) for inputting calculations.[4] RPN meant that the difficult implementation of brackets, and the associated recursive logic, was not necessary to implement in the hardware, but the effort was instead offloaded to the user.[12] Instead of an "Equals" button, there is an "Enter" button that tells the calculator when a value has been entered, and then the operators are entered in after the operands.[12] For example, on some devices to evaluate "(1+2) x 3", the sequence entered would be "3 enter 2 enter 1 + x."[12] The Sinclair Scientific entry procedure is slightly different as it lacks an enter key and has a limited number of internal registers.[13]

To fit the program into the 320 words available on the chip, some significant modification was used.[4] By not using regular floating point numbers, which require lots of instructions to keep the decimal point in the right place, some space was freed up.[4] Trigonometric functions were implemented in about 40 instructions, and inverse trigonometric functions are almost 30 more instructions.[4] Logarithms are about 40 instructions, with anti-log about 20 on top of that.[4] The code to normalize and display the computed values are roughly the same in both the TI and Sinclair programs.[4]

The design of the algorithms meant that some calculations, such as arccos0.2, could take up to 15 seconds, whereas the HP-35 was designed to complete calculations in under a second.[4] Accuracy in scientific functions was also limited to around three digits at most, and there were a number of bugs and limitations.[4]

Ken Shirriff, an employee of Google, reverse engineered a Sinclair Scientific and built a simulator using the original algorithms.[4][11]

Assembly kit

The assembly kit consisted of eight groups of components, plus a carry case.[14] The build time was advertised as being around three hours, and required a soldering iron and a pair of cutters.[14][15] In January 1975, the kit was available for US$49.95, half the price at the time of introduction a year earlier,[14] and in December 1975 it was available for GB£9.95, less than a quarter of the introductory price.[15]

Giant Scientific

A version of the Scientific, with all the same functionality, was made to be 30 by 68 centimetres (12 in × 27 in), and was known as the Giant Scientific.[5] It was powered by 240V AC, and used discrete LEDs for its display.[5]

Sinclair Scientific Programmable

The Sinclair Scientific Programmable was introduced in 1975, with the same case as the Sinclair Oxford.[16] It was larger than the Scientific, at 73 by 155 by 34 millimetres (2.9 in × 6.1 in × 1.3 in), and used a larger PP3 battery, but could also be powered by mains electricity.[7][16]

It had 24-step programming abilities, which meant it was highly limited for many purposes.[16][17] It also lacked functions for the natural logarithm and exponential function.[17] Constants used in programs were required to be integers, and the programming was wasteful, with start and end quotes needed to use a constant in a program.[17][18]

However, included with the calculator was a library of over 120 programs that performed common operations in mathematics, geometry, statistics, finance, physics, electronics, engineering, as well as fluid mechanics and materials science.[17][19] The full library of standard programs contained over 400 programs in the Sinclair Program Library.[20]

Calculations Using the Sinclair Scientific

The Sinclair used a slightly different Reverse Polish Notation method; lacking an enter key, the operation keys enter a number into the appropriate register and the calculation is performed. For example, "(1+2) * 3" could be calculated as: C 1 + 2 + 3 × to give the result of 9.0000 00 (9.0000×100, or 9). The "C" key performs a clear; pressing it sets the calculator to a state with zero in the internal registers. Pressing "C" followed by number keys then "+" effectively adds the number entered to the zero and stores it internally to be worked on in subsequent calculations. If the "-" key is pressed instead, the number is subtracted from zero, effectively entering a negative number.[13]

All numbers are entered in scientific notation. After entering the mantissa part of the number the "E" exponent key is pressed prior to entering the integer exponent of the number. Respect for the order of operations is placed on the user, and there are no bracket keys. The display shows only five digits, but six digits can be entered.[13] As an example 12.3*(-123.4+123.456) could be entered as C 1 2 3 4 E 2 - 1 2 3 4 5 6 E 2 + 1 2 3 E 1 × for a displayed result of 6.8880 -01 (representing 6.8880×10−1, or 0.68880).

Four constants are printed on the calculator case for easy reference. For converting to and from base 10 logarithms and natural logarithms the natural logarithm of 10 (2.30259) and e (2.71828) are printed on the case. Pi (3.14159) and 57.2958 (180 / Pi) are also on the case for trigonometry calculations. There was not enough internal memory to store these constants internally. Angles are computed using radians; degree values must be converted to radians by dividing by 57.2958. As an example, to calculate 25 sin (600*0.05°) one would enter C 6 E 2 + 0 0 5 × 5 7 2 9 5 8 E 1 ÷ ▲ + 2 5 E 1 × to get a result of 1.2500 01 (representing 12.5 which is equal to 25 sin(30°) ). Sine is selected with the combination of the "▲" key followed by the "+" key. The "▼" (down) and "▲" (up) arrow keys are function select keys. The four operation keys ("-, +, ÷ and ×") all have two other function activated by using one of the arrow keys. The function available are Sine, Arcsine, Cosine, Arccosine, Tangent, Arctangent, Logarithm and Antilogarithm.

References

  1. 1 2 "Hewlett Packard HP-35". Vintage Calculators. Retrieved 9 December 2013.
  2. 1 2 "HP-35 handheld scientific calculator, 1972". HP. Retrieved 4 January 2014.
  3. 1 2 3 "Texas Instruments TMS0803". datamath.org. Retrieved 4 January 2014.
  4. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Shirriff, Ken. "Reversing Sinclair's amazing 1974 calculator hack - half the ROM of the HP-35". Retrieved 9 December 2013.
  5. 1 2 3 4 "Sinclair Scientific & Sinclair Giant Scientific". Vintage Calculators. Retrieved 9 December 2013.
  6. Свиридов, Константин. "Неизвестный Синклер (Unknown Sinclair)" (in Russian). Retrieved 9 December 2013.
  7. 1 2 "Sinclair Scientific Programmable". Vintage Calculators. Retrieved 9 December 2013.
  8. "Sinclair Scientific Programmable". mycalcdb.free.fr. Retrieved 4 January 2014.
  9. "Sinclair Scientific Programmable". rskey.org. Retrieved 9 December 2013.
  10. "President". Vintage Calculators. Retrieved 10 December 2013.
  11. 1 2 Sharwood, Simon (2 September 2013). "Google chap reverse engineers Sinclair Scientific Calculator". The Register. Retrieved 9 December 2013.
  12. 1 2 3 "What is Reverse Polish Notation?". calculator.org. Retrieved 10 December 2013.
  13. 1 2 3 "Sinclair Scientific Operating Instructions". Sinclair Research. Retrieved 20 August 2014.
  14. 1 2 3 "What does it take to build the world's smallest scientific calculator?". Popular Mechanics: 5. January 1975.
  15. 1 2 "Sinclair Scientific assembly kit". New Scientist: 639. December 1975.
  16. 1 2 3 "Sinclair Scientific Programmable". Vintage Technology. Retrieved 10 December 2013.
  17. 1 2 3 4 "Sinclair Scientific Programmable". rskey.org. Retrieved 10 December 2013.
  18. "Scientific programmable Calculator". geoff.org.uk. Retrieved 4 January 2014.
  19. "Sinclair Scientific Programmable Library" (PDF). Sinclair Radionics. Retrieved 10 December 2013.
  20. "NEW! Sinclair Scientific Programmable". New Scientist: 265. October 1975.
Wikimedia Commons has media related to Sinclair Scientific.

This article is issued from Wikipedia - version of the 11/7/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.