1.1 Systems of linear equations
Link to originalLinear System (of equations)
Set of simultaneous equations in real variables that can be written as
with
Link to originalTerminology
- 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 originalAugmented Matrix
Link to originalLinear Systems can have none, one or solutions
Link to originalElementary Row Operations (given a linear system)
Brackets is when applying it to a matrix (e.g. an Augmented Matrix)
- Swapping the order of two equations (or rows)
- Multiplying an equation (or row) by a non-zero scalar
- Adding a multiple of one equation (or row) to another equation (or row)
Link to originalNotation when applying it to matrices (or equations)
Row Swap: Swap two rows ( )
→ Notation:Row Scaling: Multiply a row by a nonzero scalar ( )
→ Notation: , where ( )Row Addition: Add a multiple of one row to another
→ Notation: , where ( )Not standard notation but convenient to use, refers to the row
1.2 Matrices and matrix algebra
Link to originalMatrix
Two-dimensional array of numbers
Link to originalmatrix
Array of numbers arranged in rows and columns
Link to originalEntries of a matrix
Generally
Entry in the th row and th column
→ Notation: ( and )Then we can write
Link to originalRows and Columns of matrix
Link to originalMatrix Notation
- : Set of real matrices
- : Set of real row vectors
- : Set of real -column vectors
Link to originalMatrix Addition
Let and be matrices
such that
for and
Requires matrices of the same size
Link to originalGeneral Operation Identities for Matrix Addition and Scalar Multiplication
Let be matrices and
These show that is a real vector space
Link to originalZero Matrix ()
Entry for
Usually is just represented as
Link to originalScalar Multiplication
Let be a matrix and
such that
for and
Link to originalGeneral Operation Identities for Matrix Addition and Scalar Multiplication
Let be matrices and
These show that is a real vector space
Link to originalMatrix 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 originalApplication of Left Multiplication Map to
With
As
The is for composition
Link to originalIdentity matrix ()
th entry of
where is the Kronecker DeltaUsually is just represented as and it’s just ones on the main diagonal
Link to originalSifting Property of the Kronecker Delta
Let be real numbers
Then forAllows you to select (sift) the th element from a list of numbers
Link to originalProperties of Matrix Multiplication
- Let be a matrix and
- Matrix Multiplication is NOT commutative
- Matrix Multiplication is associative
- Matrix Multiplication is distributive under matrix addition
If then it is not necessarily true that either or are 0
Proof (Short - Not detailed)
- Use matrix multiplication definition and sifting property for the identity ones
- Counterexample (just think of )
- Go through double summation from definition
- Go through double summation from definition
- Counterexample (just think of )
Link to originalPre-multiplication and Post-multiplication
Let be matrices
- Pre-multiply by :
- Post-multiply by :
Link to originalPre-multiplication and Post-multiplication
Let be matrices
- Pre-multiply by :
- Post-multiply by :
Link to originalInverses
Link to originalInvertible vs Singular ( )
- Invertible: Exists matrix s.t. is the inverse of
- Singular: There doesn’t exist an inverse of
Link to originalProperties of Inverses
Uniqueness: If a square matrix has an inverse then it is unique
→ Notation:Product Rule: If are invertible matrices then is invertible with
Involution Rule: If is invertible then is invertible with
Proof
- Let be inverses of then
- Let be the inverse of then
- Consider
So by definition by 1)
Link to originalLeft and Right Inverses
- Left Inverse of :
- Right Inverse of :
Link to originalIf is non-square then cannot have both left and right inverses
Link to originalIf is square then any left or right inverse is also the other inverse!
Link to originalInverses of matrices
Let
Iff then
is commonly referred to as the determinant of ()
Link to originalGeneral Commutative Matrix
Let be an matrix such that for all matrices M (i.e. commutes with all matrices)
Then for some
Proof - TODO
TODO: write up
1.3 Reduced Row Echelon Form
Link to originalElementary Matrices
These elementary matrices can also be obtained by applying the respective ERO onto the identity matrix!
Link to originalInverses of the Elementary Matrices
Link to originalInvariance of Solution Space under EROs corollary
Let be a linear system of equations and an elementary matrix
ThenProof
As is invertible then (by pre-multiplication of )
And (by pre-multiplication of )
Link to originalReduced Row Echelon Form of
- First non-zero entry of any non-zero row is
- Any column that contains a leading , all other entries in the column are
- Leading of a non-zero row appears to the right of leading s above it
- Any zero rows appear below the non-zero rows
Link to originalSolving Systems in RRE Form
Let be a matrix in RRE form which represents of equations in variables
- No solutions iff last non-zero row of is
Unique solution iff non-zero rows of form the identity matrix (requires )
Infinitely many solutions
Proof - TODO
Link to originalExistence of RRE Form
Every matrix can be reduced by EROs to a matrix in RRE form
Proof - Use Lecture Notes
