MAT225 Section Summary: 4.2

Null spaces, column spaces, and linear transformations

Summary

The solution set of the homogeneous equation tex2html_wrap_inline271 forms a subspace of tex2html_wrap_inline273 , as one can see easily:

  1. the zero vector is in the solution set (the trivial solution);
  2. Consider two vectors in the solution set, tex2html_wrap_inline275 and tex2html_wrap_inline277 : then tex2html_wrap_inline279 , so the solution set is closed under addition.
  3. Consider a vectors in the solution set, tex2html_wrap_inline275 and an arbitrary constant c: then tex2html_wrap_inline285 , so the solution set is closed under scalar multiplication.

Null space of an tex2html_wrap_inline287 matrix A: the null space of an tex2html_wrap_inline287 matrix A, denoted Nul A, is the solution set of the homogeneous equation tex2html_wrap_inline297 . It is the set of all tex2html_wrap_inline299 that are mapped to the zero vector of tex2html_wrap_inline301 by the transformation tex2html_wrap_inline303 .

Theorem 2: The null space of an tex2html_wrap_inline287 matrix A is a subspace of tex2html_wrap_inline273 .

Example: #3, p. 234.

Notice that the number of vectors in the spanning set for Nul A equals the number of free variables in the equation tex2html_wrap_inline313 .

Column space: Another subspace associated with the matrix A is the column space, Col A, defined as the span of the columns of A: tex2html_wrap_inline321 . As a span, it is clearly a subspace (Theorem 3).

Col tex2html_wrap_inline323 , which says that Col A is the range of the transformation tex2html_wrap_inline303 .

Example: #16, p. 234

The null space lives in the row space of the matrix A, and the column space lives in the column space of A.

Example: #22, p. 235

Linear Transformation: A linear transformation T from a vector space V into a vector space W is a rule that assigns to each vector tex2html_wrap_inline339 in V a unique vector tex2html_wrap_inline343 in W, such that

  1. T(u + v) = T(u) + T(v)
  2. T(cu) = cT(u)
The kernel (or null space) of T is the set of tex2html_wrap_inline275 such that tex2html_wrap_inline351 . The range of T is the set of all vectors in W of the form tex2html_wrap_inline343 for some tex2html_wrap_inline339 in V.

Example: #30, p. 235

Examples of linear transformations include matrix transformations, as well as differentiation in the vector space of differentiable functions defined on an interval (a,b).

Example: #33, p. 235


LONG ANDREW E
Sat Jan 29 20:56:34 EST 2011