Chapter 1 Flashcards
(41 cards)
System of Linear equations
One or more linear equations involving the same variables
Solution to a system of linear equations in x1, x2, … , xn
A list of real (or complex) numbers (s1, s2, …, sn) that satisfies every equation in the system
Solution set
The set of all possible solutions to a system of linear equations
Equivalent systems
Two systems that have the same solution set
Consistent system
One that has a solution (a system is inconsistent if no solution exists)
What operations do not change the solution set of a linear system?
1: interchanging two equations
2: multiplying an equation by a nonzero constant
3: replacing one equation with the sum of itself and a multiple of another equation in the system.
How many solutions can a system of linear equations have?
1: no solution (inconsistent)
2: exactly one solution
3: infinitely many solutions
What does the notation: m x n matrix , denote?
A rectangular array of numbers with m rows and n columns
What are the elementary row operations?
1: interchange- interchange two rows
2: scaling - multiply a row by a nonzero constant
3: replacement- replace one row with the sum of itself and a multiple of another row
When are two matrices Row equivalent?
Two matrices are Row equivalent if there is a series of elementary row operations that transforms one into the other.
Leading entry
The leftmost nonzero entry in the row of a matrix
A matrix is in row echelon form if:
1 rows of all zeros are at the bottom
2 each leading entry is in a column to the right of the leading entry in the row above it
3 all columns entries below a leading entry are zero
A matrix is in reduced row echelon form if:
The matrix is in row echelon form AND
1: the leading entry in each row is a 1
2: each leading 1 is the only nonzero entry in its column
How many reduced row echelon forms is a matrix Row equivalent to?
One and only one
Pivot position
A position of a leading entry in a matrix in a row echelon form
Pivot column
Column containing a pivot position
Pivot
A nonzero entry in a pivot position
How is the Gaussian elimination algorithm performed?
1: start with the leftmost nonzero column- a pivot column
2: select a nonzero entry in the pivot column to be the pivot. If necessary, interchange rows to move the pivot to the top of the pivot column (into the pivot position)
3: use replacement to create zeros in all position below the pivot
4: cover the row containing the pivot and all rows above it. Apply steps 1-3 to the remaining submatrix. Repeat until the matrix is in RE form
5: beginning with the rightmost pivot and moving up and left, use row replacement to create zeros above each pivot and scale each pivot to 1
Associated systems
System of linear equations represented by an augmented matrix
Basic variable
Correspond to pivot columns
Free variables
Correspond to columns without a pivot
General solution to a linear system (parametric form)
Expresses basic variables in terms of the free variables (which act as parameters)
What is the existence and uniqueness theorem
A linear system is consistent if and only if the rightmost column of the augmented matrix is not a pivot column- that is, if and only if an Row echelon form has no row of the form [00…0b], with b nonzero. If the system is consistent, then the solution set contains either
i: a unique solution, when there are no free variables, or
ii: infinitely many solution, where there is a least one free variable
What are valid operations to perform on a vector?
Vector addition-(u+v computed component-wise) Scalar multiplication (ku component-wise scaling for k is a real number)