NumericalCalculus`
NumericalCalculus`
ExtraTerms
is an option to EulerSum that specifies the number of terms to be used in the extrapolation process.
更多信息和选项
- To use ExtraTerms, you first need to load the Numerical Calculus Package using Needs["NumericalCalculus`"].
- Valid settings are integers greater than 1. The default setting is 7.
- The setting for ExtraTerms gives the number of terms to be used in the extrapolation process after the number of terms specified by the option Terms have been explicitly summed.