Mathematica can efficiently handle both univariate and multivariate rational functions, with built-in functions immediately implementing standard algebraic transformations.
MaxPlotPoints is an option for plotting functions like ArrayPlot and ListPlot3D that specifies the maximum number of points that will explicitly be included in the output.
When searching for a real simple root of a real valued function, it is possible to take advantage of the special geometry of the problem, where the function crosses the axis ...
NArgMax
(Built-in Mathematica Symbol) NArgMax[f, x] gives a position x_max at which f is numerically maximized.NArgMax[f, {x, y, ...}] gives a position {x_max, y_max, ...} at which f is numerically ...
Mathematica has the most extensive collection of mathematical functions ever assembled. Often relying on original results and algorithms developed at Wolfram Research over ...
DensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}] plots a density histogram of the values {x_i, y_i}.DensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}, bspec] plots a density ...
StationaryWaveletTransform[data] gives the stationary wavelet transform (SWT) of an array of data.StationaryWaveletTransform[data, wave] gives the stationary wavelet ...
All the functionality of Miscellaneous`Units`is now available in the newly created Units Package.
VertexColoring[g] uses Brelaz's heuristic to find a good, but not necessarily minimal, vertex coloring of graph g.
RecursionMethod is an option to MinimumBandwidthOrdering that specifies whether to employ a multilevel process to find a minimal bandwidth ordering.