Group Abstract Group Abstract

Message Boards Message Boards

1
|
1.6K Views
|
4 Replies
|
6 Total Likes
View groups...
Share
Share this post:

Double sum with j=i+1 eventual compiling problem

Posted 1 year ago
POSTED BY: Magox .
4 Replies
Posted 1 year ago

Thanks guys. I wanted to know if it converges and it does, but I proved it without wolfram…

POSTED BY: Magox .

It's a finite sum, so I'm not sure what you mean by convergence. Have you seen this?:

SumConvergence[i^(-a)*j^(-a - 1), {i, j}]
(*  Re[a] > 1  *)

Perhaps that's what you wanted.

POSTED BY: Michael Rogers
POSTED BY: Michael Rogers

Try with a noninteger value of a

With[{a = 1/2},
 Sum[i^(-a)*j^(-a - 1), {i, 1, n}, {j, i + 1, n}]]

If that gives no closed form, then there is little hope for symbolic a.

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