You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,19 @@ before we get to state `L`? What is the probability we will get to state `3` bef
37
37
38
38
# What the module does
39
39
40
-
The described problem is [well modeled](https://math.stackexchange.com/a/2912626) by [Absorbing Markov chains](https://en.wikipedia.org/wiki/Absorbing_Markov_chain).
41
-
The code performs the necessary matrix calculations in `numpy` and returns the answers as `float` numbers.
40
+
It uses [Absorbing Markov chains](https://en.wikipedia.org/wiki/Absorbing_Markov_chain) to solve the problem.
41
+
It performs all matrix calculations in `numpy` and returns the answers as `float` numbers.
0 commit comments