PartitionsQ[n] gives the number q (n) of partitions of the integer n into distinct parts.
StirlingS1[n, m] gives the Stirling number of the first kind S_n^(m).
When you have numerical data, it is often convenient to find a simple formula that approximates it. For example, you can try to "fit" a line or curve through the points in ...
InterpolationOrder is an option for Interpolation, as well as ListLinePlot, ListPlot3D, ListContourPlot, and related functions, that specifies what order of interpolation to ...
Matrices are represented in Mathematica with lists. They can be entered directly with the { } notation, constructed from a formula, or imported from a data file. Mathematica ...
SQLTableNames[conn] returns the names of each table in an SQL connection.
Dividers is an option for Grid and related constructs that specifies where and how to draw divider lines.
ChartLayout is an option to charting functions which specifies the overall layout to use.
Hue
(Built-in Mathematica Symbol) Hue[h] is a graphics directive which specifies that objects which follow are to be displayed, if possible, in a color corresponding to hue h. Hue[h, s, b] specifies colors in ...
SampledSoundList[{a_1, a_2, ...}, r] is a sound primitive that represents a sound whose amplitude has levels a_i sampled r times a second.