LINEAR-ALGEBRA · Interactive Practice | Unit 23 · Video 1
| Formula | Name | Description |
|---|---|---|
| Markov column rule | Each column of sums to 1 | |
| Steady-state equation | Eigenvector for | |
| Left null space identity | Row of ones kills | |
| Transpose principle | and share eigenvalues |
Subtracting drops each diagonal entry by one, pulling every Markov column sum from straight down to .
💡 Because every column of sums to , the row times is all zeros — the row of ones sits in the left null space of .
Start anywhere in the probability simplex and keep applying ; every path is drawn into one fixed point.
💡 That shared limit is the steady state — the right null-space eigenvector of . It is not ; the row of ones lives in the left null space.
Seven structural steps carry "columns sum to " all the way to " is an eigenvalue."
💡 The chain reaches by pure structural reasoning about column sums — no characteristic polynomial and no determinant expansion.
Question 1
Consider the matrix
Without computing any determinant or characteristic polynomial, what is one eigenvalue you can identify immediately?
✅ Correct! Every Markov matrix has as an eigenvalue.
❌ Not quite. Check that this is a Markov matrix (non-negative entries, columns summing to 1) and recall the guaranteed eigenvalue.
Solution:
Check that is a Markov matrix:
Since is Markov, is automatically an eigenvalue. The structural reason: columns of now sum to , so , which means is singular, which means , which means solves the characteristic equation.
Question 2
True or False: For any Markov matrix , the row vector is the steady-state eigenvector — that is, .
✅ Correct! is in the left null space of , not the right. The right null space gives the steady state.
❌ Not quite. Recall that the row of ones kills from the left, while eigenvectors satisfy on the right.
Solution:
This is False. The row of ones lives in the left null space of :
That works because each entry of the product is a column sum of , and Markov columns sum to 0 after subtracting .
The steady-state eigenvector lives in the right null space: , equivalently . In general .
For example, with the steady-state vector is approximately , not .
Question 3
The proof that is a Markov eigenvalue uses the chain:
Which statement fills step 4, and what fact justifies the jump from step 4 to step 5?
✅ Correct! The transpose principle is the linchpin — without it, finding a left null vector wouldn't help us prove the matrix is singular.
❌ Not quite. Think about what the row of ones in the left null space tells you about the rows, and what fact lets you transfer that to the columns.
Solution:
The missing step is "rows of are linearly dependent." We get this directly from step 3: a nonzero left null vector produces a linear combination of the rows that equals zero, so the rows are dependent.
The bridge from "rows dependent" to "columns dependent" uses the transpose principle:
Equivalently, a matrix and its transpose have the same rank, so row-rank equals column-rank. If the rows are dependent, the rank is less than full, so the columns must be dependent too.
The other options are wrong:
Question 4
Suppose is a Markov matrix and is its steady-state probability vector (so and the entries of are non-negative and sum to 1). Which statement is true?
✅ Correct! The steady state lives in the right null space of and is fixed by every power of .
❌ Not quite. Rearrange into a null-space statement, then ask what happens when you apply repeatedly.
Solution:
rearranges to , which means lies in the right null space of .
Because , applying leaves unchanged:
This is exactly what "steady state" means.
The other options:
Solved: 0 / 4