Message Boards Message Boards

0
|
3103 Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

double sum referring to a factorial

Posted 10 years ago
Hi guys,

I am trying to evaluate the sum_(j=1)^k (sum_(i=1)^(k-1) ( (i+j)! ))

for, say, k=5, so that I have 20 elements in sum. I would like to have a list of all 20 elements which I could plot then.

Could anyone help with the syntax? 

Many thanks!! Dimi
POSTED BY: d m
3 Replies
What is the code you have already?

If you want a list, you can use Table instead of of Sum. The syntax is basically the same. Table produces a list of the elements which Sum would have added.
POSTED BY: Sean Clarke
Posted 10 years ago
Thanks, I understand. But the question rather refers to the procedure of generating a vector of (k-1)x(k) outcomes. So its not the problem of the syntax of a double sum, but rather the next step.
POSTED BY: d m
Hi. There are some examples of how to solve these kinds of problems in the documentation for Sum:

http://reference.wolfram.com/mathematica/ref/Sum.html

I think the first step to solving the problem would be to write out the summations in this syntax.
POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract