Group Abstract Group Abstract

Message Boards Message Boards

0
|
1.6K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Multiple summation of a function of n variables

Posted 11 years ago

Hello! Please, could you help me to calculate such a sum

Sum[F[x_1,x_2,...,x_n],{x_1,0,i},{x_2,0,i},...,{x_n,0,i}] 

for any positive and integer n? Also, in order to do this I need to build this function, because it is actually something like that

F[f[Sum[x_i,{i,1,n}]],x_1,x_2,a,b,c]. 

Is it right to write it in this form

F[f[Sum[x_i,{i,1,n}]]]
POSTED BY: Artem Strashko
Posted 11 years ago

To be specific, I need to calculate only the coefficient of 1/N in this sumenter image description here

POSTED BY: Artem Strashko
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard