I'm trying to simplify a sum with some minima in it. I started with this.
sum(i, i, 0, min(k-1, la+lb))
1/2k^2 - 1/2k
Doesn't look good. What am I doing wrong?
1 | initial version |
I'm trying to simplify a sum with some minima in it. I started with this.
sum(i, i, 0, min(k-1, la+lb))
1/2k^2 - 1/2k
Doesn't look good. What am I doing wrong?