I'm doing a problem that involves
$$\sum_{k=ad}^{bd}d^{-1}f(kd^{-1})$$
where $a$ and $b$ are real numbers. You might recognise this as a special case of the numerical integration formula, which is related to the problem. However, the main issue is that I need to define what happens when $a, b \in \Bbb{C}$.
Google won't help me, and I can't find similar questions.
So, how would I compute $\sum_a^b\{a, b \in C\}$?
I don't mean abstractly, as most other people on this forum (who are far smarter than me) would ask, I mean literally for two values $a$ and $b$.
Thank you for your time!
Sometimes $\sum_{k=a}^b f(k)$, where $a\le b$ integers, has a closed form which obviously extends to complex numbers. Use that closed form. But in most cases, there is no such thing.
Example $$ \sum_{k=a}^b k^2 = \frac{2b^3+3b^2+b-2a^3+3a^2-a}{6} $$