Chapter 1 - Systems of Equations Flashcards
What defines a linear equation?
Any equation that can be written as:
a1x1 + a2x2 + a3x3 + … + anxn = b
Theorem 1.1.1:
If a sequence of elementary operations is performed on a system of linear equations, the resulting system has [______] solutions as the original, and so the two systems are equivalent.
If a sequence of elementary operations is performed on a system of linear equations, the resulting system has the same solutions as the original, and so the two systems are equivalent.
State the three elementary row operations.
- Interchange two rows.
- Multiply one row by a non-zero number.
- Add a multiple of one row to a different row.
State the inverses of the three elementary row operations.
- Interchange the rows again.
- Multiply the row by 1/k (k is the non-zero number).
- Add the negative of the multiple to the new row.
Define ‘row-echelon form’.
A matrix is in row-echelon form if the following conditions are satisfied:
a) All zero rows are at the bottom.
b) The first non-zero entry from the left in each non-zero row is a 1, called the leading 1 for that row.
c) Each leading 1 is to the right of all leading 1s above it.
Define ‘reduced row-echelon form’.
A matrix is in reduced row-echelon form if the following conditions are satisfied:
a) All zero rows are at the bottom.
b) The first non-zero entry from the left in each non-zero row is a 1, called the leading 1 for that row.
c) Each leading 1 is to the right of all leading 1s above it.
d) Each leading 1 is the only non-zero entry in its column.
Theorem 1.2.1:
Every matrix can be brought to reduced row-echelon form by a sequence of [_________]
Theorem 1.2.1:
Every matrix can be brought to reduced row-echelon form by a sequence of elementary row operations.
State the Gaussian Algorithm.
- If the matrix consists of 0s, stop.
- Otherwise, find the first column from the left containing a non-zero entry (k) and move the row containing that entry to the top.
- Multiply the new top row by 1/k.
- Subtract multiples of the top row from all rows below it in order to make all entries below the leading 1 zero.
- Repeat steps 1-4 for the rest of the matrix rows.
Define the rank of a matrix.
The rank of a matrix is the number of leading 1s in any row-echelon matrix to which A can be carried by elementary row operations.
Theorem 1.2.2
Suppose a system of m equations in n variables is consistent, and the rank of the matrix is r.
- The set of solutions involves [____] parameters.
- If [____], the system has infinitely many solutions.
- If [____], the system has a unique solution.
Theorem 1.2.2
Suppose a system of m equations in n variables is consistent, and the rank of the matrix is r.
- The set of solutions involves n-r parameters.
- If r < n, the system has infinitely many solutions.
- If r = n, the system has a unique solution.
Explain what is meant by a homogeneous system of equations.
All the constant terms are 0:
ax + by + cz + … = 0
dx + ey + fz + … = 0
…
State the trivial solution of a homogeneous system of n equations in n variables.
x1 = 0, x2 = 0, x3 = 0, …, xn = 0
Explain what is meant by a non-trivial solution.
Any solution containing at least one non-zero value for a variable.
Theorem 1.3.1
If a homogeneous system of the linear equation has more variables than equations, then it has [______] of [______] solutions.
If a homogeneous system of the linear equation has more variables than equations, then it has an infinite number of non-trivial solutions.
Theorem 1.3.2
Let A be an m x n matrix of rank r, and consider the homogenous system in n variables with A as coefficient matrix.
Then,
1) The solution has [______] basic solutions.
2) Every solution is a [______] of these basic solutions.
Theorem 1.3.2
Let A be an m x n matrix of rank r, and consider the homogenous system in n variables with A as coefficient matrix.
Then,
1) The solution has n - r basic solutions.
2) Every solution is a linear combination of these basic solutions.