Skip to content

Conversation

shlff
Copy link
Member

@shlff shlff commented Oct 16, 2020

Hi @jstac , this PR corrects errors in the following math expression of lecture uc_mc_semigroups's Solution 4:

  • K^{m+1}(i, j) = \sum_n K(i, n) K^m (n, j) = \sum_n K(i, n) \mathbb 1\{j = i + m\} = K(i, m-j) -->> K^{m+1}(i, j) = \sum_n K(i, n) K^m (n, j) = \sum_n K(i, n) \mathbb 1\{j = n + m\} = K(i, j-m)

@jstac
Copy link
Collaborator

jstac commented Oct 27, 2020

Great job, thanks @shlff .

@jstac jstac merged commit 822f0fe into master Oct 27, 2020
@jstac jstac deleted the ucms6 branch October 27, 2020 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants