Lecture 2 and Lecture 3 (Feb 5)
Elementary row operations:
Echelon form: A m-by-n matrix is in echelon form if it satisfies
A pivot column in a matrix is a column contining a pivot position.
- (Replacement) Replace one equation by the sum of itself and a multiple of another equation;
- (Scaling) Multiply an equation by a nonzero number;
- (Interchange) Swap two equations.
Echelon form: A m-by-n matrix is in echelon form if it satisfies
- If a row is nonzero, then every row above it is also nonzero.
- The leading entry in a nonzero row is in a column to the right of the leading entry in the row above.
- If a row is nonzero, then every entry below its leading entry in the same column is zero.
Reduced Echelon form: A m-by-n matrix is in reduced echelon form if it satisfies
- The matrix is in echelon form.
- Each nonzero row has leading entry 1.
- The leading 1 in each nonzero row is the only nonzero number in its column.
A pivot column in a matrix is a column contining a pivot position.
Definitions: Basic variable and free variable.
Summary:
- The system has no solution if the last column is a pivot column of A.
- The system has infinitely many solutions if the last column is not a pivot column but there is at least 1 free variable.
- The system has 1 solution if there are no free variables, and the last column is not a pivot column.
Vector: a very special form of matrix where it is simply a column.
Definition of addition and scaler multiplication of vectors.
Some properties:
- Associativity
- Commutativity
- Additive identity
- Multiplication associativity
- Inverse
- Distributivity 1
- Distributivity 2
- Multiplicative identity
Comments
Post a Comment