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 ...
DroneBetter's user avatar
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 ...
T.A.'s user avatar
  • 11
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 $(\...
user475550's user avatar
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 ...
user475550's user avatar
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 ...
Anixx's user avatar
  • 3,862
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,...
Santos's user avatar
  • 23
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 ...
Erosannin's user avatar
  • 1,226
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 ...
Erosannin's user avatar
  • 1,226
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}] ...
jkb1603's user avatar
  • 259
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 ...
Richard Burke's user avatar
11 votes
3 answers
383 views

I want to show the following identity: $$\sum_{n=-\infty}^{+\infty}\frac{1}{x_n^2}=\frac{1}{5},$$ where $x_n$ are the non-zero solutions of $$\tan(x) = x.$$ I know how to prove the correctness of this ...
Laura Olatex's user avatar
3 votes
0 answers
123 views

I recently encountered unexpected behavior when computing the derivative of an inactive indexed sum in Wolfram 14.2.0. This example is taken directly from the official documentation of ...
Pei-Xin Shen's user avatar
0 votes
1 answer
81 views

I want to program an equation that sums the absolute value of the differences between the elements of a set and a constant divided by the number of elements of the set minus one As shown in the ...
Math-babylon's user avatar
2 votes
1 answer
103 views

I have a long list with sublists. The sublist again has subsublists, for example: ...
user3584513's user avatar
3 votes
1 answer
159 views

Can Mathematica help me simplify difficult sums over variables? For example, assuming that $j>k+1$, I know that $\sum_{1\leq i \leq j} x_i - \sum_{1\leq i \leq k} x_i = \sum_{k+1\leq i \leq j} x_i$....
Nathan Wycoff's user avatar

15 30 50 per page
1
2 3 4 5
69