ListLinePlot[{y_1, y_2, ...}] plots a line through a list of values, assumed to correspond to x coordinates 1, 2, .... ListLinePlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a ...
The Mathematica functions Reduce, Resolve, and FindInstance allow you to solve a wide variety of problems that can be expressed in terms of equations and inequalities. The ...
Legend
(Plot Legends Package Symbol) Legend[{{box_1, text_1}, ...}, options] generates a legend with the specified boxes and text.Legend[func, num, options] generates a legend by applying func to numbers between ...
StemLeafPlot[data] creates a stem-and-leaf plot for the real-valued vector data.StemLeafPlot[data_1, data_2] creates a side-by-side stem-and-leaf plot for the vectors data_1 ...
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 ...
LindleyDistribution[\[Delta]] represents a Lindley distribution with shape parameter \[Delta].
If you have a list of elements, it is often important to be able to apply a function separately to each of the elements. You can do this in Mathematica using Map. This ...
When you make a definition in the form f[args]=rhs or f[args]:=rhs, Mathematica associates your definition with the object f. This means, for example, that such definitions ...
You can use lists as tables of values. You can generate the tables, for example, by evaluating an expression for a sequence of different parameter values. This gives a table ...
"CreateCounterBoxDialog" is a front end token that opens the Create Automatic Numbering Object dialog box.