Sinc
(Built-in Mathematica Symbol) Sinc[z] gives sinc(z).
SpheroidalS1[n, m, \[Gamma], z] gives the radial spheroidal function S_n^m, (1)(\[Gamma], z) of the first kind.
Elementary transcendental functions. Mathematica gives exact results for logarithms whenever it can. Here is log_21024. You can find the numerical values of mathematical ...
ParallelTry[f, {arg_1, arg_2, ...}] evaluates f[arg_i] in parallel, returning the first result received.ParallelTry[f, {arg_1, arg_2, ...}, k] returns a list of the first k ...
Threshold[data] thresholds data by replacing values close to zero by zero.Threshold[data, tspec] thresholds data using threshold specification tspec.Threshold[image, ...] ...
FindGeneratingFunction[{a_1, a_2, ...}, x] attempts to find a simple generating function in x whose n\[Null]^th series coefficient is a_n.FindGeneratingFunction[{{n_1, a_1}, ...
Mathematica provides many options for customizing and annotating plots. Legends can be added to plots and customized with many of the same methods used to customize other ...
Mathematica offers support for a large number of file formats for importing, exporting, or other operations. It has several standard locations where it looks for files. You ...
The function FindRoot has a Jacobian option; the functions FindMinimum, FindMaximum, and FindFit have a Gradient option; and the "Newton" method has a method option Hessian. ...
ExponentialGeneratingFunction[expr, n, x] gives the exponential generating function in x for the sequence whose n\[Null]^th term is given by the expression ...