Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve summation notation in BE definition. #743

Merged
merged 1 commit into from
May 2, 2019

Conversation

acoglio
Copy link
Member

@acoglio acoglio commented Apr 29, 2019

This changes
old
to
new

Summation normally has one of the following forms:

\sum_{index=min}^{index=max} -- for index varying from min to max
\sum_{index=min}^{max} -- same as above
\sum_{P{index)} -- for indices varying over the values that satisfy P

Also see https://en.wikipedia.org/wiki/Summation

The summation in the definition of the function BE in eq. (181) was "mixing"
different forms. The new one uses the second form above, which is also used in
eq. (320).

Summation normally has one of the following forms:

\sum_{index=min}^{index=max}  -- for index varying from min to max
\sum_{index=min}^{max}  -- same as above
\sum_{P{index)}  -- for indices varying over the values that satisfy P

Also see https://en.wikipedia.org/wiki/Summation

The summation in the definition of the function BE in eq. (181) was "mixing"
different forms. The new one uses the second form above, which is also used in
eq. (320).
@acoglio acoglio merged commit 1488da7 into ethereum:master May 2, 2019
@acoglio acoglio deleted the summation branch May 2, 2019 20:04
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.

1 participant