CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
All the functionality in DiscreteMath`Combinatorica` is available in the newly created Combinatorica Package.
ContourPlot[f, {x, x_min, x_max}, {y, y_min, y_max}] generates a contour plot of f as a function of x and y. ContourPlot[f == g, {x, x_min, x_max}, {y, y_min, y_max}] plots ...
MoebiusMu[n] gives the Möbius function \[Mu](n).
StirlingS1[n, m] gives the Stirling number of the first kind S_n^(m).
Symbol
(Built-in Mathematica Symbol) Symbol["name"] refers to a symbol with the specified name.
TrigExpand[expr] expands out trigonometric functions in expr.
NIntegrate[f, {x, x_min, x_max}] gives a numerical approximation to the integral \[Integral]_x_min^x_max\ f\ d \ x. NIntegrate[f, {x, x_min, x_max}, {y, y_min, y_max}, ...] ...
StirlingS2[n, m] gives the Stirling number of the second kind \[ScriptCapitalS]_n^(m).
TrigReduce[expr] rewrites products and powers of trigonometric functions in expr in terms of trigonometric functions with combined arguments.