LINEAR-ALGEBRA ยท Interactive Practice | Unit 23 ยท Video 3
| Formula | Name | Description |
|---|---|---|
| Population evolution | State vector after steps | |
| columns sum to | Markov / stochastic matrix | Conservation: no one is created or destroyed |
| Trace identity (2ร2) | Sum of eigenvalues = sum of diagonal | |
| Eigenvector decomposition | General solution to | |
| always exists | Stochastic matrix property | Steady-state eigenvalue |
Two states trade residents every year โ where does the split settle, and does the starting point matter?
๐ก The yearly update is with . Challenge: change only the starting split โ the dashed steady-state levels never budge.
The steady part stays pinned at forever, while the transient shrinks like โ how fast?
๐ก Diagonalization trades one hard matrix power for cheap scalar powers โ that is the whole reason eigenvalues make this tractable.
Start anywhere on the conservation line; every trajectory bends onto the eigenvector's ray.
๐ก The eigenvector fixes the long-run ratio; the conserved total fixes the size โ together they pin the single steady state.
Question 1
Which of the following matrices is a Markov (stochastic) matrix?
Recall: every column must sum to 1, and every entry must be non-negative.
โ Correct! Both and have columns summing to with non-negative entries โ while 's first column sums to and has a negative entry.
โ Not quite. Remember: a stochastic matrix needs (1) every column to sum to exactly 1, AND (2) every entry to be non-negative. Check carefully โ does it have any negative entries?
Solution:
Check each column sum, and check for non-negative entries.
The answer is "M2 and M4". Both conditions โ non-negative entries and columns summing to exactly 1 โ must hold.
Question 2
Suppose is a Markov matrix with diagonal entries and . What is the second eigenvalue ?
Hint: Use the trace identity and the fact that every Markov matrix has .
โ Correct! Trace = 1.45, and since , we get .
โ Not quite. That's the trace itself, which equals , not alone. Subtract .
โ Not quite. Compute the trace (sum of diagonal), then subtract to get .
Solution:
Every Markov matrix has .
The trace of equals the sum of eigenvalues:
Since :
The answer is ฮปโ = 0.45.
Question 3
Using the migration matrix from the video, suppose the starting population is โ split evenly. What is ?
โ Correct! Row 1: . Row 2: . Total still 1000.
โ Not quite. You may have swapped the rows. Row 1 of produces the new CA population.
โ Not quite. is not the steady state โ the steady state is . Multiply carefully.
โ Not quite. Compute each row separately: row of dotted with .
Solution:
Multiply row by row:
Row 1 (CA next year):
Row 2 (MA next year):
So . Total: โ conservation holds.
The answer is uโ = (550, 450).
Question 4
True or False: For the migration matrix , if we change the starting population from to , the long-run steady-state population will be different.
โ Correct! The steady state is in both cases. The eigenvector and the conserved total () determine โ initial conditions only change the path, not the destination.
โ Not quite. This is the key insight from the video! The transient term decays to zero regardless of . Only survives, and is determined by total population, which is conserved.
โ Not quite. Try again โ the hints above can help.
Solution:
False. The steady state depends only on:
The general solution is
As , the second term vanishes (since ), leaving only .
Changing the initial condition only changes and . But is fixed by total population: with total , in both cases. So regardless of the starting split.
Initial conditions affect how fast you reach the steady state, not what the steady state is.
Solved: 0 / 4