Written multiplication

from Wikipedia, the free encyclopedia

Written multiplication is a computation process ( algorithm ) that can be used to multiply two multi-digit numbers using a written representation. The following describes the procedure for natural numbers. The extension to real numbers with a finite number of decimal places then takes place.

Procedure

The common practice is to split the multiplication of a multi-digit number (multiplicand) by a second multi-digit number (multiplier) into several multiplications of the first number by a single-digit number by breaking the second number into its digits. Then you have to multiply these results with the place value of the respective digit of the multiplier by adding the required number of zeros and finally add everything. The notation used is shown in the example below.

Math background

A natural -digit number with the sequence of digits

can be represented as the sum of single-digit multiples of powers of ten:

The multiplication of a -digit number with a -digit number corresponds to the multiplication

If the products of the digits and their place value are understood as elements of two vectors, then the multiplication can be understood as the sum of the elements of the dyadic product of the vectors to form a matrix:

At the above Procedure, all matrix elements are calculated and added column by column. These column sums are noted and then added up in writing so that the overall result is obtained.

The results of the columns are:

example

As an example we take the numbers and . Then the sub-steps result

so

With the help of a staggered placement of the values ​​on preferably squared paper , you can save having to write down the powers of ten (shown in red in the graphics). Using the multiplication table and adding them, one gets for the lines:

Written multiplication1.svg

The whole scheme with the shortened notation of the lines is then:

Written multiplication2.svg

The multiplication is now complete.

Decimal places and signs

If at least one factor has decimal places, the multiplication is initially carried out as if they were whole numbers. Then you have to set the comma so that the number of decimal places of the result corresponds to the sum of the number of decimal places of the factors.

If at least one factor has a negative sign, the amounts are first multiplied and then the sign is determined using the sign rules .

literature

  • Friedhelm Padberg, Andreas Büchter: Introduction to Mathematics Primary Level - Arithmetic . 2nd Edition. Springer, 2015, ISBN 978-3-662-43449-9 , pp. 50-55.
  • Petra Knöß: Fundamental ideas of computer science in mathematics lessons: Basic considerations and examples for the primary level . Springer, 1989, pp. 189-201.
  • Schülerduden - Mathematics I . 8th edition. Duden-Verlag, 2008, ISBN 978-3-411-04208-1 , pp. 198, 202, 412-414.

Web links