Does $\sum_{a}^{b}x=-\sum_{b}^{a}x $ is correct?
2026-05-05 11:29:19.1777980559
Identity of sum $\sum_{a}^{b}x=-\sum_{b}^{a}x$
38 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
No, reversed indexes are interpreted as either
no term in the sum (i.e. $0$) or
same as in the normal order.
But never opposite of the sum.