<< 1.2 Gaussian Elimination

Definition: Matrix

Definition

A matrix a rectangular array of numbers. The numbers in the array are called the entries in the matrix.

Definition: Matrix equality

Definition

Two matrices are defined to be equal if they have the same size and their corresponding entries are equal.

Definition: Matrix operations

Definition

Let and are matrices of the same size

Then

  • Sum is the matrix obtained by adding the entries of to the corresponding entries of
  • Difference is the matrix obtained by subtracting the entries of from the corresponding entries of .
  • Matrices of different sizes cannot be added or subtracted.

Definition: Matrix scalar multiplication

Definition

Let

Then

  • Product is the matrix obtained by multiplying entry of by
  • We say a scalar multiple of

Definition: Matrix product

Definition

Let

  • : matrix
  • : matrix

Then the product is a matrix, whose entries are determined as follows:

  1. To find the entry in row and column of , single out row from the matrix and column from the matrix .
  2. Multiply the corresponding entries from the row and column together, and then add up the resulting products.

Exercise

Matrix multiplication

Consider the matrices

Since is a matrix, and is a matrix, the product is a matrix.

The process of matrix multiplication is illlustrated below:

Entry of is:

Entry of is:

The computation for the remaining entries are:

Obtaining