Recitation 5A
System of Linear Equation, Row Reduction and Echelon Form
- Three row operations: replacement (add multiple of a row to another), interchange, scaling (multiply a row by a non-zero number).
- Example of an echelon form
- Example of a reduced echelon form
- Question: Does every entry in a reduced echelon form have to be either 0 or 1?
- Pivot position: the positions of the leading entries in the echelon form.
- Pivot column: the columns of the pivot positions.
- Given a system of linear equations, the variables correspondent to pivot columns of the augmented matrix are basic variables. The rest of the variables are free variables.
- Existence and uniqueness theorem: A system of linear equations is consistent if and only if the rightmost column of its augmented matrix is not a pivot column. A consistent system of linear equations has a unique solution if and only if it has no free variables.
Vector Equation and Matrix Equation
- It only makes sense to multiply a matrix with a vector if the number of columns is equal to the dimension of the vector.
- Row vector rule: use dot product to compute multiplication of a matrix with a vector.
- Question: Given a constant and a vector . Find out a matrix such that for all .
Solution Sets of Linear Systems
- Parametric vector form: One can write the solution set of a linear system in the vector form such as . The geometric interpretation of this specific solution set is a plane through the point spanned by .
- Suppose the solution set of the homogeneous system is and the non-homogeneous system has a solution . Then the solution set of the non-homogeneous system is exactly , the solution set of the homogeneous one translated by .
- Question: Is homogeneous system always consistent?
Linear Independence
- A set of dimensional vectors is linearly independent if and only if has only the trivial solution.
- If , then the set of dimensional vectors is always linearly dependent.
- Characterization of Linear Dependence: the set of vectors is linearly dependent if and only if one of the vectors is a linear combination of the rest.
- Question: Suppose is linearly dependent. Is it necessarily true that is a linear combination of ?
Linear Transformation
- A linear transformation is associated to its standard matrix in the sense that for all vectors .
- A linear transformation is one-to-one if and only if only has the trivial solution, where is ‘s standard matrix. It is onto if and only if has a solution for all .
- Practically, in order to see if is one-to-one, one only needs to check if all columns of are pivot columns. To see if is onto, one only needs to check if every row of contains a pivot position.