Lecture 02
[[lecture-data]]
2024-08-28
Readings
- a
0. Chapter 0
Suppose we have
The range of
This is also a subspace of
This can be thought of the image of
(see range of a matrix)
Suppose that
(see linearly independent columns equivalencies)
If
This implies that we must have that
if and only if the columns are linearly independent! (think about it) (1-1)
If the nullspace is only the zero vector, then there are no other vectors that get sent to the zero vector. This means that the function is one-to-one at the origin. From the first result, that the columns ofare linearly independent, then every linear combination of them with unique coefficients (multiplying by some !) will be unique. Suppose
. ie, . Since the nullspace is just the zero vector, this implies that is one-to-one
Linear systems
Suppose we have a system of equations
We can write this as
We can solve this system by performing row operations!
- swap rows
- multiply by a nonzero scalar
- add one row to another
These operations do not affect the solution set.
This is the (unique!) row-equivalent matrix such that
- The leading entry of every row is
(pivot) unless the row is all zeroes - Every pivot has zeroes above and below
- Pivots move strictly to the right, and rows of zeros are on the bottom
1 5 0 4
0 0 1 5
0 0 0 0
Matrices form equivalence classes under row reduction, and every equivalence class has a special member that is the rref form for all those matrices.
(proof later, for now just think about it)
We can find solutions for free and pivot variables. Free by fixing 1 for each free in turn and solving for the others.
Special case: Suppose that
This is also very nice for solving systems in different scenarios. Suppose we want to find the (non-simultaneous) solutions to the systems
So how do we know when we have this?
For
Here
Transversal - entries in a matrix such that no two entries are in the same row or column. Transversal product is the product of those entries. Generally, there are
This is an AWFUL way to calculate the determinant, but it is a nice definition
(see determinant)
Where
This is also a bad way to calculate because it is also factorial time!
(see laplace expansion)
-
if
, then
(can be done algebraically) -
Also,
where indicates some triangular matrix, and are the diagonal entries. -
Thus if
is a row (or column) of zeros, then the determinant is .
(see determinant)
So how do we find determinant if the first ones were bad!
Suppose we have
- if we swap rows, we multiply by
- if we multiply by a scalar, we multiply the determinant by that scalar
- if we add rows together, we multiply by
(no change)
This means that we can row reduce our matrix
- Case 1: rref is
, which has and we multiply by the constants we have collected to get - Case 2: rref has a row (or col) of zeros. then