Midterm - List of Theorems
Midterm - List of Theorems
Theorem 3.1: Each matrix is row equivalent to one and only one reduced echelon matrix.
Proposition 3.2: The number of pivots in a matrix A is at most the number of columns of A.
Theorem 3.3: 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 echelon form of the augmented matrix has no
h i
row of the form 0 0 · · · 0 b with b nonzero.
If a linear system is consistent, then the solution set contains either (i) a unique solution, when there
are no free variables, or (ii) infinitely many solutions, when there is at least one free variable.
Proposition 4.1: A vector equation
has the same solution as the linear system whose augmented matrix is
h i
~v1 ~v2 · · · ~vp ~u
Theorem 5.1: If A is an m × n matrix with columns ~v1 , . . . , ~vn , and if ~b is in Rm , the matrix equation
A~x = ~b has the same solution set as the vector equation
which, in turn, has the same solution set as the system of linear equation whose augmented matrix is
h i
~v1 ~v2 · · · ~vn ~b
Corollary 5.2: The equation A~x = ~b has a solution if and only if ~b is a linear combination of the
columns of A.
Theorem 5.3: Let A be an m × n matrix. Then the following statements are logically equivalent.
That is, for a particular A, either they are all true statements or they are all false.
(a) For each ~b in Rm , the equation A~x = ~b has a solution.
(b) Each ~b in Rm is a linear combination of the columns of A.
(c) The columns of A span Rm .
(d) (The coefficient matrix) A has a pivot position in every row.
Theorem 5.4: If A is an m × n matrix, ~u and ~v are vectors in Rn , and c is a scalar, then:
(a) A(~u + ~v ) = A~u + A~v
(b) A(c~u) = c(A~u)
Theorem 6.1: The homogeneous equation A~x = ~0 has a nontrivial solution if and only if the equation
has at least one free variable.
Theorem 6.2: The set of solutions of the homogeneous equation A~x = ~0 is equal to the set
Span{~v1 , . . . , ~vp }