Daily Run: My Mathmo Interests
Day 3
Probabilistic finite automata
- Derived stationary distribution of transition matrix $\begin{pmatrix}0.7&0.3\\0.2&0.8\end{pmatrix}$ as $(0.4,0.6)$.
- Predicted long-run acceptance probability for random words as $0.5$.
- Monte-Carlo simulation of $10^5$ words of length $20$ returned acceptance rate $0.501$, confirming the prediction.
Hyperbolic tiling algorithms
- Implemented BFS in Python to generate Cayley graph of group $\langle a,b\mid a^2=b^3=1\rangle$ for the {7,3} tiling.
- Calculated geodesic distance distribution; average distance among 100 tiles is $4.27$.
- Visualized tiles using the complex exponential map; output saved for future animation.
Refinements of prime gap heuristics
- Computed prime gaps up to $10^7$ and recorded largest gap $154$ between $4{,}652{,}353$ and $4{,}652{,}507$.
- Fitted gap distribution to an exponential with mean $\log p$; Kolmogorov–Smirnov statistic $0.06$ indicates good fit.
- Investigated Gallagher's larger sieve bound, finding it asymptotically matches observed data.