Exam 1 Flashcards
Definitions of Exam 1
Let {u1,…, um} be a set of vectors. The span of this set is denoted
span{u1, u2,…, um}
and is defined to be the set of all linear combinations
x1 u1 + x2u2 + ⋯ + xmum
where x1, x2,…, xm can be any real numbers.
Span
Let {u1, u2,…, um} be a set of vectors. If the only solution to the vector equation
x1 u1 + x2u2 + ⋯ + xmum = 0
is the trivial solution x1 = x2 = ⋯ = xm = 0, then the set is linearly independent.
Linear Independence
A function T : Rm → Rn is a linear transformation if for all vectors u and v in Rm and all scalars r we have
(a) T(u + v) = T(u) + T(v)
(b) T(ru) = rT(u)
Linear Transformation
A linear transformation T : Rm → Rn is one-to-one if for every vector w in Rn there exists at most one vector u in Rm such that T(u) = w. Alternate definition: A linear transformation T isone-to-oneif T(u) = T(v) implies that u = v.
One-to-one
A linear transformation T : Rm → Rn is onto if for every vector w in Rn there exists at least one vector u in Rm such that T(u) = w.
Onto
A linear transformation T : Rm → Rn is onto if for every vector w in Rn there exists at least one vector u in Rm such that T(u) = w.
Invertible
A linear transformation T : Rm → Rn is invertible if T is one-to-one and onto. When T is invertible, the inverse function T−1 : Rn → Rm is defined by
T−1(y) = x if and only if T(x) = y
Inverse linear transformation