{ "cells": [ { "cell_type": "markdown", "id": "2a6b97e0", "metadata": {}, "source": [ "$$\n", "\\newcommand{\\argmax}{arg\\,max}\n", "\\newcommand{\\argmin}{arg\\,min}\n", "$$" ] }, { "cell_type": "markdown", "id": "9a561248", "metadata": {}, "source": [ "\n", "\n", "
[1] Hint: First show that if $ P $ and $ Q $ are stochastic matrices then so is their product — to check the row sums, try post multiplying by a column vector of ones. Finally, argue that $ P^n $ is a stochastic matrix using induction." ] } ], "metadata": { "date": 1770028417.1227396, "filename": "finite_markov.md", "kernelspec": { "display_name": "Python", "language": "python3", "name": "python3" }, "title": "Finite Markov Chains" }, "nbformat": 4, "nbformat_minor": 5 }