MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

A Bug in symbolic summation?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg113126] A Bug in symbolic summation?
  • From: Fancy Airex <aoirex at gmail.com>
  • Date: Wed, 13 Oct 2010 23:27:49 -0400 (EDT)

I wish to do a basic symbolic manipulation of two summations.
>      Sum[f[i], {i, 0, m}] - Sum[f[i], {i, 0, j}]

but can't get the expected result
>    Sum[f[i], {i, j+1, m}]


I also tried
>    Sum[f[i], {i, 0, m}] - f[0]

but can't get the expected result
>    Sum[f[i], {i, 1, m}]


Though when I replace m with any definite number everything works
fine.

It seems that Mathematica can't change the minimum/maximum value of
the summation variable i above in symbolic calculation...


I also tried another system, but failed to do such symbolic computation.

Did I miss any point here?


Best,
Rex


  • Prev by Date: question for compiling a function
  • Next by Date: Re: How to concatenate matrices?
  • Previous by thread: Re: question for compiling a function
  • Next by thread: Re: A Bug in symbolic summation?