<< 1.2 Gaussian Elimination

Definition: Matrix

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

Link to original

Definition: Matrix equality

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

Link to original

Definition: Matrix operations

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.
Link to original

Definition: Matrix scalar multiplication

Let

Then

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

Definition: Matrix product

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.
Link to original

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