WOLFRAM

Regularization
Regularization

is an option for Sum and Product that specifies what type of regularization to use.

Details

  • Regularization affects only results for divergent sums and products.
  • The following settings can be used to specify regularization procedures for sums of the form :
  • "Abel"
    "Borel"
    "Cesaro"
    "Dirichlet"
  • For alternating sums , the setting "Euler" gives .
  • The following setting can be used to specify a regularization procedure for products :
  • "Dirichlet"
  • Regularization->None specifies that no regularization should be used.
  • For multiple sums and products, the same regularization is by default used for each variable.
  • Regularization->{reg1,reg2,} specifies regularization regi for the i^(th) variable.

Examples

open allclose all

Basic Examples  (3)Summary of the most common use cases

The following sum does not converge:

Out[1]=1

Using Abel regularization will produce a finite value:

Out[2]=2

In this case the Abel-regularized sum does not exist:

Out[1]=1

However, the stronger Borel regularization produces a finite value:

Out[2]=2

A regularized value of a divergent product:

Out[1]=1

Scope  (5)Survey of the scope of standard use cases

Apply Abel regularization to sum a divergent polynomial-exponential series:

Out[1]=1

Use Borel regularization to sum a divergent hypergeometric series:

Out[1]=1

Apply Cesaro regularization to sum a divergent trigonometric series:

Out[1]=1

Sum a divergent logarithmic series using Dirichlet regularization:

Out[1]=1

Apply Euler regularization to sum a divergent geometric series:

Out[1]=1

Applications  (1)Sample problems that can be solved with this function

The regularized sum of all the natural numbers is :

Out[1]=1
Out[2]=2
Wolfram Research (2008), Regularization, Wolfram Language function, https://reference.wolfram.com/language/ref/Regularization.html.
Wolfram Research (2008), Regularization, Wolfram Language function, https://reference.wolfram.com/language/ref/Regularization.html.

Text

Wolfram Research (2008), Regularization, Wolfram Language function, https://reference.wolfram.com/language/ref/Regularization.html.

Wolfram Research (2008), Regularization, Wolfram Language function, https://reference.wolfram.com/language/ref/Regularization.html.

CMS

Wolfram Language. 2008. "Regularization." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Regularization.html.

Wolfram Language. 2008. "Regularization." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Regularization.html.

APA

Wolfram Language. (2008). Regularization. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Regularization.html

Wolfram Language. (2008). Regularization. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Regularization.html

BibTeX

@misc{reference.wolfram_2025_regularization, author="Wolfram Research", title="{Regularization}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/Regularization.html}", note=[Accessed: 29-March-2025 ]}

@misc{reference.wolfram_2025_regularization, author="Wolfram Research", title="{Regularization}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/Regularization.html}", note=[Accessed: 29-March-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_regularization, organization={Wolfram Research}, title={Regularization}, year={2008}, url={https://reference.wolfram.com/language/ref/Regularization.html}, note=[Accessed: 29-March-2025 ]}

@online{reference.wolfram_2025_regularization, organization={Wolfram Research}, title={Regularization}, year={2008}, url={https://reference.wolfram.com/language/ref/Regularization.html}, note=[Accessed: 29-March-2025 ]}