Skip to main content

Section 17.1 Addition and Scalar Multiplication

Definition 17.1.1. Matrix addition and scalar multiplication.

Let A and B be m×n matrices, i.e., A=(aij)m×n and B=(bij)m×n. Then
  1. Matrix addition is defined by A+B=(aij+bij)m×n.

  2. Scalar multiplication is defined by kA=(kaij)m×n where k is a constant.

Thus, to add two matrices of the same size, add up the corresponding entries in each matrix. Matrix addition of matrices not of the same size is not defined. To multiply a matrix by a scalar, multiply each entry in the matrix by that scalar. Note that we now can also subtract two matrices by defining

AB=A+(1)B.

If A=(123432),B=(539243). Then calculate the given expression or explain why it does not exist.

  1. 3A+B

  2. (2ATB)32 (i.e. the entry in row 3, column 2 of the matrix 2ATB)

  3. (BT+A)31

Solution.
  1. Since A is a 2×3 matrix so will be 3A. Since 3A and B are not the same size we cannot add these two matrices.

  2. AT=(142332) and so 2AT=(284664). Thus 2ATB=(355421) and (2ATB)32=1.

  3. BT+A=(594323)+(123432)=(6117755). Since this is a 2×3 matrix there is no entry in row 3, column 1.

From the definitions of matrix addition and scalar multiplication the following general properties can be shown.

Exercises Example Tasks

1.

Let

A=(421023)andB=(123456).
  1. Find (2ABT)12.

  2. Find (2AB)T.

2.

Show that for any matrix A, 3A=A+A+A. For what values of k is it true that kA=A+A++Ak times?

3.

Prove that for two matrices A and B of the same size A+B=B+A.