Symbolic summation
- To: mathgroup at smc.vnet.net
- Subject: [mg101561] Symbolic summation
- From: Luca <Lucazanottifragonara at alice.it>
- Date: Fri, 10 Jul 2009 06:44:41 -0400 (EDT)
Hello all, I have a problem, I've to compute a symbolic summation, which takes a very long time if I have to do it by hand. I have to write the terms of the Volterra series, related to the associated linear equation of a system. The problem is that I'm not really confident with mathematica, I've tried to use symbolic calculations with sums, but I think that in my case is not so easy. The problem is that I want a solution of this form: x1+x2+x3+x4+x5... Where the 1, 2, 3 and 4 and 5 are the summation subscripts... My summation is not infinite, I have to stop it. If I write something like this: n = 3; Sum[kl, {l, 2, n}] I obtain 2kl, instead I want to obtain k2+k3. Is it possible with mathematica?
- Follow-Ups:
- Re: Symbolic summation
- From: Louis Talman <talmanl@gmail.com>
- Re: Symbolic summation
- From: "Elton Kurt TeKolste" <tekolste@fastmail.us>
- Re: Symbolic summation
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: Symbolic summation
- From: Jaebum Jung <jaebum@wolfram.com>
- Re: Symbolic summation
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: Symbolic summation
- From: Adriano Pascoletti <adriano.pascoletti@dimi.uniud.it>
- Re: Symbolic summation