hquang001
- 31
- 3
- TL;DR Summary
- How can i write sigma sum, for only even index interation ?
.
##f(2)+f(4)+f(6)+\ldots + f(2n)= \sum_{k=1}^{n} f(2k).##hquang001 said:Summary:: How can i write sigma sum, for only even index interation ?
.
\displaystyle\sum_{0 \leq k \leq n,\atop\text{$k$ even}} f(k)
I find that to be rather jarringly inconsistent with normal conventions of mathematical expression ##-## I've seen more use of 'where . . . is . . .' in the immediately proximate text rather than text in the expression. I would anticipate seeing a variable or a mathematical subexpression in that position rather than an English-language descriptor. How 'simple' does the 'property' have to be? This seems to me like egregious notational abuse. Would you write ##\displaystyle\sum_{0 \leq k \leq n,\atop\text{$k$ perfect_square}} f(k)##?pasmith said:Some text is appropriate, provided it is typeset as text. If I don't know in advance that n is even. I would prefer <br /> \displaystyle\sum_{0 \leq k \leq n,\atop\text{$k$ even}} f(k)<br /> produced withrather than <br /> \displaystyle<br /> \sum_{k=0}^{\lfloor n/2 \rfloor} f(2k) or any other notation which means "k is even".Code:\displaystyle\sum_{0 \leq k \leq n,\atop\text{$k$ even}} f(k)
mathwonk said:apologies for the flip remark, but it may not matter much, as in my experience most people do not understand sigma notation anyway, even when it is both correct and succinct. Hence after some years teaching class, if I wished to be understood, I always wrote out whatever I wanted to say, without using it. verbum sapienti (apologies again). If really needed of course, I could easily live with either the solution by mfb or that of fresh_42, but to me personally words are often clearer than symbols.