The numerical method of lines is a technique for solving partial differential equations by discretizing in all but one dimension, and then integrating the semi-discrete ...
Widget["TextPanel"] represents a text panel.
GraphDistance[g, i, j] gives the distance from vertex i to vertex j in the graph g.
MaximalIndepndentEdgeSet[g] gives a maximal independent edge set of an undirected graph g.
PairwiseScatterPlot[m] creates a matrix of scatter plots comparing the data in each column of m against columns of m.
XML
(Mathematica Import/Export Format) MIME type: text/xml XML general-purpose markup language and structured document format. Primarily used for the exchange of data across different systems in computer networks. ...
CentralMomentGeneratingFunction[dist, t] gives the central moment generating function for the symbolic distribution dist as a function of the variable t. ...
FinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.FinancialDerivative[instrument, params, ambientparams, prop] ...
PolarGridLines is an option for sector charts and polar plots that specifies polar grid lines.
Subsets
(Built-in Mathematica Symbol) Subsets[list] gives a list of all possible subsets of list. Subsets[list, n] gives all subsets containing at most n elements. Subsets[list, {n}] gives all subsets containing ...