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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.