Question: sum expand troubles

expands to:

expand*(sum(sum(b[i]-b[j], i = 1 .. n), j = 1 .. n))

why not to 0? How can i expand more serious expressions of sums?

Please Wait...