Vector Spaces
- rules of vector space
- The Null Space of a Matrix
- The column Space of a Matrix
- Kernel and Range of a Linear Transformation
- Coordinate Systems
- The Coordinate Mapping
- dimension of $Nul A$ and $Col A$
- row space
- The rank theorem
- Rank and the Invertible Matrix Theorem
- Applications to Linear Difference Equations
- Application to Markove Chains
rules of vector space
for each u,v in vector space V. u+v, cu, cv are in V
The Null Space of a Matrix
the set of x that satisfy Ax=0 is the null space of the matrix A.
The column Space of a Matrix
The column space of m×n matrix A written as ColA is a set of all linear combinations of the columns of A if A=[a1⋯an], thus
ColA=span{a1⋯an}
Noted:
column space of an m×n matrix A is all of Rm if and only if the equation Ax=b has a solution for each b in Rm.
Kernel and Range of a Linear Transformation
For a linear transformation T:V→W, the kernel of T is a set of vectors x: for each u T(u)=0, the range of T is the set of all vectors in W of form T(x) for some x in V.
If this transformation is matrix transformation, then kernel of A is NulA, range of A is ColA
β={b1,b2,⋯bn} is the bais of H if: β is a linear independent set and H=span{b1,b2,⋯,bn}
Coordinate Systems
Suppose β={b1,b2,⋯bn} is the basis for V and x is in V. The coordinates of x relative to the basis β are weights c1,⋯,cn such that x=c1b1,⋯,cnbn
The Coordinate Mapping
Let β={b1,b2,⋯bn} be the basis of a vector space V. Then the coordinating mapping x→xβ is a one-to-one linear transformation from V onto Rn
dimension of NulA and ColA
Pivotal columns of a matrix A form a basis for ColA, thus the demension of ColA is the number of pivotal columns in A.
The dimension of NulA is the free variables in equation Ax=0
row space
If two matrices A and B are row equivalent, then their row spaces are the same. If B is in echelon form, the nonzero rows of B form a basis for the row space of A as well as for that of B.
The rank theorem
the rank of A is the dimension of the column space of A.
Dimension of ColA and RowA for m×n matrix A are equal. RankA+dimNulA=n
Rank and the Invertible Matrix Theorem
Let A be an n×n matrix. Then the following statements are each equivalent to the statement that A is an invertible matrix.
m. The columns of A form a basis of Rn
n.ColA=Rn
o.dimColA=n
p.rankA=n
q.NulA={0}
r.dimNulA=0
in practical, the effective rank of a matrix A is often determined from a singular value decomposition of A.
Let β={b1,b2,⋯,bn} and c={c1,⋯,cn} be the bases of a vector space V. Then there is a unique n×n matrix C←BP such that [x]c=C←BP[x]b
The columns of C←BP are C− coordinate vecctors of the vectors in the basis β. That is,C←BP=[[b1]c[b2]c⋯[bn]c]
Applications to Linear Difference Equations
If an̸=0 and if {zk} is given, the equation for all k: yk+n+a0yk+n−1+a1yk+n−2+⋯+anyk=zk
has a uniques solution whenever the y0,⋯,yn−1 are specified.
The set of H of all solutions of the nth-order homogeneous linear difference equationyk+n+a0yk+n−1+a1yk+n−2+⋯+anyk=zk is an n-demensional vector space
Application to Markove Chains
A vector with nonnegative entries that add up to 1 is called a probability vector. A stochastic matrix is a square matrix whose columns are probability vectors. A markove chain is a sequence of probability vectors x0,x1,x2,⋯, together with a stochastic matrix P, such that:
x1=Px0,x2=Px1,⋯xn=Pxn−1