Skip to content

Commit 822f0fe

Browse files
authored
Merge pull request #68 from jstac/ucms6
[uc_mc_semigroups]6_correct_errors_in_solution4
2 parents bfeb0bc + 7bf4885 commit 822f0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ctmc_lectures/uc_mc_semigroups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,8 @@ We then have, by definition of composition (matrix multiplication),
639639
$$
640640
K^{m+1}(i, j)
641641
= \sum_n K(i, n) K^m (n, j)
642-
= \sum_n K(i, n) \mathbb 1\{j = i + m\}
643-
= K(i, m-j)
642+
= \sum_n K(i, n) \mathbb 1\{j = n + m\}
643+
= K(i, j-m)
644644
$$
645645
646646
Applying the definition $K(i, j) = \mathbb 1\{j = i + 1\}$ completes verification of the claim.

0 commit comments

Comments
 (0)