chapter 4 Flashcards
Let U and V be two vector spaces. A linear map (or linear transformation)
between U and V is a map T :U →V which..
..preserves vector space operations
linear maps can be formed by combining other linear maps via
addition, composition, scalar multiplication
Let U be a vector space with basis (e
1,…,en). A linear map T : U → V is completely determined by
by the images of the basis vectors T (e1),…,T(en).
The sum of two linear maps T1,T2 :U →V is defined as;
The multiplication of a linear map T :U →V by a scalar λ ∈ R is defined as
(T1 +T2)(x) = T1(x)+T2(x) for every x ∈U,
(λT )(x) = λ.T (x) for every x ∈U.
we have the standard ‘rules of matrix arithmetic’. Whenever the operations are welldefined, we have:
- A +B = B + A,
- A +(B +C) = (A +B)+C
- A(B +C) = AB + AC,
- (A +B)C = AC = BC,
- λ(AB) = (λA)B = A(λB).
The transpose of an m ×n matrix A is an n×m matrix denoted AT such that
(AT)ij = Aji
A matrix A ∈ Mn(R) is called invertible iff
there exists another matrix B ∈ Mn(R)
such that AB = In. The matrix B is called the inverse of A
row vectors/column vectors of matrices
row vectors of A - the subspace they spanned is called the row space of A and its dimension, denoted rkr (A), is called the row rank of A.
column vectors of A - the subspace they spanned is called the column space of A
and its dimension, denoted rkc (A), is called the column rank of A.
Let A be an m×n matrix. The subspace of solution of the homogeneous system
of linear equations Ax = 0 has dimension
n −rk(A).
Let A be an n ×n matrix, Then:
A is invertible ⇐⇒
⇐⇒ rk(A) = n.
Let T : U → V be a linear map. The kernel (or null space) of T , denoted by N(T) or ker(T) is defined as
N(T)= {u∈U | T(u)=0V}.
The range space of T , denoted by R(T ) is defined as the image of U under T :
R(T)={v∈V | v=T(u) for some u∈U} = {T(u) | u∈U}.
The nullspace of a linear map T : U → V is a vector subspace of U and the range is
a vector subspace of V .
Let A be an m×n matrix and let T:Rn→Rm be the linear map T(x):=Ax. Then:
(i) the null space of T is the solution space to the homogeneous system of linear equations Ax = 0,
(ii) the range of T is the column space of A.
If T : U → V is a linear map, then the dimension of the range of T is called the (1). The dimension of the kernel of T is called (2)
(1) rank of T: rk(T):=dimR(T).
(2) the nullity of T.