2
Hi!
I've got two Sums vith variable arbitrary boundaries:
a:=Sum(x(i),i=n..m); b:=Sum(x(i),i=n-1..m+1);
I would like to substract theese sums and I want Maple to simplify the result to
x(n-1)+x(m+1)
Is that possible?
You must be logged into your MaplePrimes account in order to post a comment. If you don't have an account, you can create an account here.