Exam 1 Flashcards
Echelon Form
All zero rows are at the bottom,
The first non-zero entry of each row is to the right of any leading entries in the row above it,
All entries below a leading entry are zero.
RREF
Echelon form, plus all leading entries are one and leading entries are the only non-zero entry in their columns.
Pivot Position
A matrix position that corresponds to a leading 1 in the RREF of the matrix.
Pivot Column
A column in a matrix that contains a pivot position.
Basic Variables
Variables that correspond to a pivot.
Free Variables
Variables that do NOT correspond to a pivot.
If an augmented matrix of form A|b has a pivot in the last column,
It is not consistent.
If a linear system is consistent and has no free variables,
It has a unique solution.
If a linear system is consistent and has free variables,
It has infinite solutions.
Linear Combination
A vector resulting from adding multiples of a set of vectors.
y can be represented as a linear combination of v1 and v2 if
There exist c’s 1&2 s.t. c1v1+c2v2=y.
2 vectors in R2 span R2 if
They are not scalar multiples of each other.
Span Rn
Any vector in Rn can be represented as a linear combination of the set of vectors.
Span
The set of all linear combinations of a set of vectors with the same number of real entries.
If A is an mxn matrix, it has
m rows and n columns.
If Ax=b has a solution,
b is a linear combination of the columns of A.
Homogeneous systems
Systems of the form Ax=0 with the trivial solution.
Inhomogeneous systems
Systems of the form Ax=b where b doesn’t equal 0.
If a homogeneous system has a non-trivial solution,
There must be a free variable/A must have a column with no pivot.
The Trivial Solution
x=0
A set of vectors are linearly independent if
There is NO set of constants including non-zero constants that allow the set of vectors’ span to include the zero vector.
A set of vectors are linearly dependent if
There is a set of constants including non-zero constants that allow the set of vectors’ span to include the zero vector.
What solutions to c1v1+c2v2=0 make the set of vectors {v1,v2} linearly dependent?
c1 does not equal zero OR c2 does not equal zero OR neither c1 nor c2 equals zero.
2 vectors in Rn are linearly dependent when
One or both of the vectors are the zero vector OR One vector is a multiple of the other OR both.
If every column in a matrix of the form A=(v1 v2 … vk) is not pivotal,
The set of vectors (v1 v2 … vk) is linearly dependent.
In the function defined T:Rn->Rm, T(x)=Ax, what is the domain of T?
Rn
In the function defined T:Rn->Rm, T(x)=Ax, what is the codomain of T?
Rm
In the function defined T:Rn->Rm, T(x)=Ax, what is the image of x under T?
The vector T(x).
In the function defined T:Rn->Rm, T(x)=Ax, what is the range of T?
The set of all possible vectors T(x).