1.1 Systems of linear equations

Linear System (of equations)

Set of simultaneous equations in real variables that can be written as

with

Link to original

Terminology

  • Solution: Any vector that satisfies the Linear System
  • General Solution: Any description of all the solutions of the system
  • Consistent - If there are one or more solutions
  • Augmented Matrix - Written as
Link to original

Augmented Matrix

Link to original

Linear Systems can have none, one or solutions

Link to original


Elementary Row Operations (given a linear system)

Brackets is when applying it to a matrix (e.g. an Augmented Matrix)

  1. Swapping the order of two equations (or rows)
  2. Multiplying an equation (or row) by a non-zero scalar
  3. Adding a multiple of one equation (or row) to another equation (or row)
Link to original

Notation when applying it to matrices (or equations)

  1. Row Swap: Swap two rows ( )
    → Notation:

  2. Row Scaling: Multiply a row by a nonzero scalar ( )
    → Notation: , where ( )

  3. Row Addition: Add a multiple of one row to another
    → Notation: , where ( )

Not standard notation but convenient to use, refers to the row

Link to original



1.2 Matrices and matrix algebra

Matrix

Two-dimensional array of numbers

Link to original

matrix

Array of numbers arranged in rows and columns

Link to original

Entries of a matrix

Generally

Entry in the th row and th column
→ Notation: ( and )

Then we can write

Link to original

Rows and Columns of matrix

Link to original

Matrix Notation

  • : Set of real matrices
  • : Set of real row vectors
  • : Set of real -column vectors
Link to original


Matrix Addition

Let and be matrices

such that

for and

Requires matrices of the same size

Link to original

General Operation Identities for Matrix Addition and Scalar Multiplication

Let be matrices and

These show that is a real vector space

Link to original


Zero Matrix ()

Entry for

Usually is just represented as

Link to original


Scalar Multiplication

Let be a matrix and

such that

for and

Link to original

General Operation Identities for Matrix Addition and Scalar Multiplication

Let be matrices and

These show that is a real vector space

Link to original


Matrix Multiplication

Let be a matrix and be a matrix

is matrix such that

for and

Require number of columns of matrix to be equal to number of rows of matrix

Link to original

Application of Left Multiplication Map to

With

As

The is for composition

Link to original


Identity matrix ()

th entry of
where is the Kronecker Delta

Usually is just represented as and it’s just ones on the main diagonal

Link to original

Sifting Property of the Kronecker Delta

Let be real numbers
Then for

Allows you to select (sift) the th element from a list of numbers

Link to original


Properties of Matrix Multiplication

  1. Let be a matrix and
  1. Matrix Multiplication is NOT commutative
  2. Matrix Multiplication is associative
  3. Matrix Multiplication is distributive under matrix addition
  1. If then it is not necessarily true that either or are 0

Link to original

Pre-multiplication and Post-multiplication

Let be matrices

  • Pre-multiply by :
  • Post-multiply by :
Link to original

Pre-multiplication and Post-multiplication

Let be matrices

  • Pre-multiply by :
  • Post-multiply by :
Link to original


Inverses

Link to original

Invertible vs Singular ( )

  • Invertible: Exists matrix s.t. is the inverse of
  • Singular: There doesn’t exist an inverse of
Link to original

Properties of Inverses

  1. Uniqueness: If a square matrix has an inverse then it is unique
    → Notation:

  2. Product Rule: If are invertible matrices then is invertible with

  3. Involution Rule: If is invertible then is invertible with

Link to original

Left and Right Inverses

  • Left Inverse of :
  • Right Inverse of :
Link to original

If is non-square then cannot have both left and right inverses

Link to original

If is square then any left or right inverse is also the other inverse!

Link to original

Inverses of matrices

Let

Iff then

is commonly referred to as the determinant of ()

Link to original


General Commutative Matrix

Let be an matrix such that for all matrices M (i.e. commutes with all matrices)

Then for some

Link to original


1.3 Reduced Row Echelon Form

Elementary Matrices

These elementary matrices can also be obtained by applying the respective ERO onto the identity matrix!

Link to original

Inverses of the Elementary Matrices

Link to original

Invariance of Solution Space under EROs corollary

Let be a linear system of equations and an elementary matrix
Then

Link to original


Reduced Row Echelon Form of

  1. First non-zero entry of any non-zero row is
  2. Any column that contains a leading , all other entries in the column are
  3. Leading of a non-zero row appears to the right of leading s above it
  4. Any zero rows appear below the non-zero rows
Link to original

Solving Systems in RRE Form

Let be a matrix in RRE form which represents of equations in variables

  1. No solutions iff last non-zero row of is
  1. Unique solution iff non-zero rows of form the identity matrix (requires )

  2. Infinitely many solutions

Proof - TODO

Link to original


Existence of RRE Form

Every matrix can be reduced by EROs to a matrix in RRE form

Proof - Use Lecture Notes

Link to original