Home page for accesible maths 1 Matrices

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

1.2. Matrix addition and scalar multiplication

Now that we have defined matrices, we will define their arithmetic operations. We start with the addition and scalar multiplication; they are the “obvious” operations. Let n,m1 be integers.

Definition 1.2.1.

Let A=(aij),B=(bij)Mn×m(), and let λ. We define:

  1. (i)

    The sum of A and B is the matrix A+BMn×m() whose (i,j) coefficient is aij+bij.

  2. (ii)

    The scalar multiplication of A by λ (a scalar) is the matrix λAMn×m() whose (i,j) coefficient is λaij.

Remark 1.2.2.

The sum of two matrices A and B is only defined when A and B have the same size, in which case the sum also has the same size.

Example 1.2.3.

  • Consider the matrices

    A=(123456)andB=(-2-2-201-3).

    We calculate 2A and A+B as follows

    2A=(24681012)andA+B=(-101463).

Example 1.2.4. (Zero matrix)

  • Let 0n×m be the zero matrix in Mn×m(), that is the matrix with all zero coefficients. For instance

    02×3=(000000)M2×3().

    Then, for any AMn×m():

    1. (a)

      0A=0n×m, and

    2. (b)

      (Additive inverse) A+(-1)A=0n×m.

    For convenience, we will write 0 for the zero matrix of any dimensions we want.