Qurak

Sum

Available, differs from the .wl reference

Symbolic summation.

Independently checkable: an answer for this function is re-derived by a different route and compared - the workbench and the verify tool do this automatically, so a wrong answer is caught rather than trusted. History →

Sum[f, {i, imax}]
Sum[f, {i, imin, imax}]
Sum[f, {i, imin, imax, di}]
Sum[f, {i, {i1, i2, …}}]
Sum[f, {i, imin, imax}, {j, jmin, jmax}, …]
Sum[f, i]
Sum[k, {k, 1, 10}] → 55Sum[k^2, {k, 1, n}] → (n*(1 + n)*(1 + 2*n))/6Sum[1/k^2, {k, 1, Infinity}] → Pi^2/6Sum[(-1)^n x^(2n+1)/Factorial[2n+1], {n, 0, Infinity}] → Sin[x]Sum[n, {n, 1, 10}, Method -> Automatic] → 55Sum[n, {n, 1, Infinity}, Regularization -> "Dirichlet"] → -1/12Sum[n^3, {n, 1, Infinity}, Regularization -> "Dirichlet"] → 1/120Sum[(-1)^n, {n, 1, Infinity}, Regularization -> "Abel"] → -1/2Sum[(-1)^n n, {n, 1, Infinity}, Regularization -> "Abel"] → -1/4Sum[1/n, {n, 1, Infinity}, Regularization -> "Dirichlet"] → Sum[n^(-1), {n, 1, Infinity}, Regularization -> Dirichlet]

Used in

Topics

Related

All 6300 functions · Use this from an MCP client