Psychology Wiki
Advertisement

Assessment | Biopsychology | Comparative | Cognitive | Developmental | Language | Individual differences | Personality | Philosophy | Social |
Methods | Statistics | Clinical | Educational | Industrial | Professional items | World psychology |

Statistics: Scientific method · Research methods · Experimental design · Undergraduate statistics courses · Statistical tests · Game theory · Decision theory


Before calculators were cheap and plentiful, people would use mathematical tables —lists of numbers showing the results of calculation with varying arguments— to simplify and drastically speed up computation. Most common are tables of multiplication, which most people know from their early math classes:

×123456789101112
1 123456789101112
2 .....4681012141618202224
3 ..........9121518212427303336
4 ...............162024283236404448
5 ....................2530354045505560
6 .........................36424854606672
7 ..............................495663707784
8 ...................................6472808896
9 ........................................819099108
10 .............................................100110120
11 ..................................................121132
12 .......................................................144

To find 7×8, you'd look in the left column to seven, then across the "seven-line" to eight. The easily found answer is 56. To find 9×3, you'd swap the factors and find the equal product 3×9 (27) by the same technique.

History and use[]

Abramowitz&Stegun.page97

Part of a table of common logarithms from Abramowitz and Stegun.

Tables of trigonometric functions were first known to be made by Hipparchus. Tables of common logarithms and antilogarithms were used to do rapid multiplications, divisions, and exponentiations, including the extraction of nth roots. Tables of special functions are still used. For example, the use of tables of values of the cumulative distribution function of the normal distribution remains commonplace today, especially in schools.

Mechanical special-purpose computers known as difference engines were proposed in the 19th century to tabulate polynomial approximations of logarithmic functions – i.e. to compute large logarithmic tables. This was motivated mainly by errors in the logarithmic tables made by the human 'computers' of the time. Early digital computers were developed during World War II in part to produce specialized mathematical tables for aiming artillery. From 1972 onwards, with the launch and growing use of scientific calculators, most mathematical tables went out of use.

Creating tables is a common code optimization technique, and works as well for computers as humans. In computers, use of such tables is done in order to speed up calculations in those cases where a table lookup is faster than the corresponding calculations (particularly if the computer in question doesn't have a hardware implementation of the calculations). In essence, one trades computing speed for the computer memory space required to store the tables.

See also[]

External links[]

  • Mathematical Table Generator -- generates addition, subtraction, multiplication, division, exponentiation, and trigonometric tables using JavaScript.

de:Einmaleins

This page uses Creative Commons Licensed content from Wikipedia (view authors).
Advertisement