Qurak

NSum

Available, differs from the .wl reference

Numerical approximation of a sum using polynomial extrapolation

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 →

NSum[f, {i, imin, imax}]
NSum[f, {i, imin, imax, di}]
NSum[(-5) ^ i / i!, {i, 0, ∞}] → 0.006737946999086885NSum[1 / 2 ^ i, {i, 0, ∞, 2}] → 2.NSum[1 / 2 ^ (2j), {j, 0, ∞}] → 1.3333333333333313

Used in

Topics

Related

All 6300 functions · Use this from an MCP client