Math Review Hooks
Hook
Stochastic models constantly move vectors by matrices (μP, πG=0, Ax=b). Fluency here removes friction later.
Core toolkit
- Matrix–vector product; linearity
- Row-stochastic vs generator (row-sum 0) intuition
- Eigen-slogan: stationary problems are eigenvector problems with special normalization
- Series sketch:
exp(tG)=∑ (tG)^k/k!
Checkpoint
-
Compute
[[1,2],[3,4]](1,0)^T. -
Invent a legal 2×2 generator
G.Core facts
- Name the objects precisely — symbols before slogans.
- State the governing identity or update rule for this lesson.
- Compute one tiny example by hand before touching software.
- Track what assumption would break the formula.
- Rephrase the result in one sentence a teammate could check.
Why this matters
This chapter exists so you can move numbers, not just recognize vocabulary. If you cannot reproduce the worked examples with paper closed after one pass, treat the interactive lab as diagnosis, not entertainment.
Derivation sketch
Write the definition, apply the main theorem or algorithm step, then specialize to a two- or three-dimensional toy case. Keep units / probability normalization visible. The interactive at the end should match your hand calculation within noise.
Worked example A
Take the simplest nontrivial parameters from the definitions above. Compute the primary quantity twice: once symbolically, once numerically. Compare.
Worked example B
Change one assumption (rate↔mean, train↔test, real↔risk-neutral, classical↔quantum). Predict the direction of change before recalculating.