Skip to main content

Questions tagged [summation]

Questions using the Sum command, especially for series and other algebraic objects, and related functions such as SumConvergence

1 vote
0 answers
127 views

As noted in this math.se question from 2018 (which was using WolframAlpha and Mathematica 7.0, though it persists in 14.0.0), Mathematica's evaluation of the following sum depends on where the ...
1 vote
2 answers
51 views

I would like to include terms that factorize a sum within the sum. For instance, from k Sum[Subscript[x, i], {i, 1, L}] getting ...
3 votes
4 answers
477 views

I am doing the summation over two indices: m and n Suppose I want to remove those terms from the summation which has m==n, what ...
5 votes
2 answers
510 views

I'm crunching some infinite summations, and sometimes Mathematica generates results that have the PolyGamma[0, x] function (which is the Digamma) and sometimes the <...
3 votes
1 answer
299 views

I have following summation that I want to implement using Mathematica: ...
3 votes
2 answers
677 views

For a generic symbol A[i] 2 Sum[A[i], {i, 1, n}] == Sum[2 A[i], {i, 1, n}] does not return ...
1 vote
1 answer
433 views

I'm trying to compute a double sum... For scalars, it seems to be working fine. Here is an example: ...
0 votes
2 answers
158 views

I'm trying to write a code that can approximate the following formula, $$\sum_{n=1}^\infty \frac1n=\prod_{i=1}^\infty\frac{1}{1-\frac{1}{p_i}}\tag{A}$$ In this M.SE question I was convinced that $(\...
1 vote
2 answers
171 views

From real analysis, I'm trying to learn more about this famous equation in this post of Mathematics.SE: $$\sum_{n=1}^\infty \frac1n=\prod_{i=1}^\infty\frac{1}{1-\frac{1}{p_i}}\tag{1}$$ I won't ask ...
2 votes
2 answers
273 views

When entering Sum[k^3*Exp[k], {k, 0, ∞},Regularization->"Dirichlet"] Mathematica returns the expression unevaluated. But other regularization methods ...
1 vote
0 answers
104 views

I want to plot the following function: $F(x, \omega) = \sum_{m = - \infty}^{\infty}\sum_{n = 1}^{\infty} \theta(\omega m - \xi_{mn}) \cos(x \xi_{mn})$ Where $\xi_{mn}$ is defined as the BesselJZero[m,...
7 votes
2 answers
268 views

Give a $N \times N$ matrix $M$ in MMA, I am interested in finding a very particular sum using its matrix elements: $ \sum_{i \neq j \neq k \neq l}^{N} M_{ij}M_{jk}M_{kl}M_{li}$, which is of some use ...
1 vote
1 answer
116 views

Consider a case where I have an array a[i,j]. Each of these a[i,j]consists of a $2 \times 2$ matrix. I would like to compute the ...
0 votes
1 answer
123 views

I want to evaluate a larger number of terms with infinite summations. For example, there appear summations like Sum[HarmonicNumber[j]^2/j^4, {j, 1, Infinity}] ...
2 votes
2 answers
172 views

I want Wolfram to calculate a closed form for the sum s = Sum[Sinc[Pi*(n - i)], {i, 1, n}] It's happy to oblige, and produces the answer ...

15 30 50 per page
1
2 3 4 5
69