Class 03/15/21
Unit 4 Continued
Transformations
Review
T is a linear transformation from to if
Example:
Let A be an matrix.
Define T from to by
Then T is a linear transformation
Theorem
Let T be a linear transformation from to . Define to be the matrix whose i-th column is , where is the i-th column of
Then for all in
Theorem
Let T be a linear transformation then Range(T) = COL()
=
T from to is onto if Rank() =
NULL() is the set of vectors for which since called the kernel of T.
Onto Definition
A transformation is onto if, for every vector b in , the equation has at least one solution x in .
Theorem
T is one-to-one if and only if NULL() =
Suppose only for , suppose
Hence:
Only for if Rank() is equal to # of columns.
T is a transformation from to , it cannot be onto.
If T is a transform from to then it cannot be 1-to-1. is , so rank is at most 3.
Markov Chains
Shows calculations or movement between states
Transition Matrix
- The ij entry is the percentage of population moving from state j to i.
Corresponds with:
stateDiagram
s1 --> s2: .2
s2 --> s1: .1
s2 --> s2: .3
s1 --> s1: .5
s1 --> s3: .3
s3 --> s1: .25
s3 --> s3: .6
s2 --> s3: .6
s3 --> s2: .15
Initial state vector has the initial distribution of the pop. Into the different states.
Where A is the transition matrix, is the initial state. This tells you the states after a certain amount of time.