Chapter 3 Flashcards
image of a function
all of the values that a function takes in its target space.
if f is a function from X to Y, then
im(f) = {f(x): x in X}
= {b in Y: b = f(x), for some x in X
The image of a linear transformation T(x) = A(x) is the span of the column vectors of A. It’s denoted by im(A) or im(T).
It’s a subset of the target space of T rather than its domain.
parametrization
a parametrization of a curve C in R^2 is a function g from R to R^2 whose image is C.
span
for the vectors v1, v2 … vm in R^n, the set of all linear combinations c1v1 + … cmvm of those vectors is called their span.
properties of an image
the image of a transformation T (from R^m to R^n) has the following properties:
a. the zero vector in R^n is in the image of T.
b. the image of T is closed under addition: if v1 and v2 are in the image of T, so is v1 + v2.
c. the image of t is closed under scalar multiplication: if v is in the image of T and k is an arbitrary scalar, then kv is in the image of T as well.
Therefore the image of T is closed under linear combinations in general.
kernel
the kernel of a linear transformation T(x) = Ax from R^m to R^n consists of all zeros of the transformation; the solutions of the equation T(x) = Ax = 0.
It’s denoted by ker(T). It’s a subset of the domain R^m of T rather than its target space.
kernel properties
for a transformation from R^m to R^n:
the zero vector in R^m is in the kernel of T.
The kernel is closed under addition.
The kernel is closed under scalar multiplication.
when is ker(A) = {0}?
if and only if rank(A) = m if ker(A) = {0}, then m t an iff) for a square matrix A, we have ker(A) = {0} iff A is invertible.
various characterizations of invertible matrices
- A is invertible
- the linear system Ax = b has a unique solution x for all b in R^n.
- rref(A) = In
- rank(A) = n
- im(A) = R^n
- ker(A) = {0}
subspace of R^n
subset W of the vector space R^n with the following properties:
a. W contains the zero vector in R^n
b. W is closed under addition.
c. W is closed under scalar multiplcation.
(therefore also closed under linear combinations.
kernels and images are subspaces
redundant vector; basis
consider vectors v1…vm in R^n
- vector vi is redundant if vi is a linear combination of the preceding vectors.
linear independence and dependence;
consider vectors v1…vm in R^n
- vectors are called linearly independent if none of them are redundant; otherwise they’re linearly independent (one of them at least is redundant)
basis
consider vectors v1…vm in R^n
- if they span V and are linearly independent, the vectors in a subspace V form a basis
basis of the image
to construct a basis of the image of a matrix A, list all the column vectors of A, and omit the redundant vectors from this list
linear independence and zero components
consider vectors v1…vm in R^n
if v1 is nonzero and if each of the other vectors vi has a nonzero entry in a component where all preceding vectors have a 0, then all of the vectors are linearly independent
linear relation
consider vectors v1…vm in R^n
an equation of the form
c1v1 + … + cmvm = 0
is a linear relation among the vectors v1…vm. There is always the trivial relation where c1 = … = cm = 0. Nontrivial relations may or may not exist.