PseudoDiameter[g] give the pseudo-diameter of the undirected graph g, and the two vertices that achieve this diameter.
WishartDistribution[\[CapitalSigma], m] represents a Wishart distribution with scale matrix \[CapitalSigma] and degrees of freedom parameter m.
You can export XML data from Mathematica using the standard Export function. Exporting files. The first argument of the function specifies the file to which the data should ...
Mathematica provides fully integrated spline graphics primitives, such as Bézier curves, B-spline curves, and B-spline surfaces. The spline primitives support a full range of ...
Graphlet
(Mathematica Import/Export Format) Graphlet GML graph data format. Used for the storage and exchange of graphs. GML is an acronym derived from Graph Modelling Language. Native format of the Graphlet graph ...
Band
(Built-in Mathematica Symbol) Band[{i, j}] represents the sequence of positions on the diagonal band that starts with {i, j} in a sparse array.Band[{i_min, j_min, ...}, {i_max, j_max, ...}] represents the ...
BernoulliB[n] gives the Bernoulli number B_n. BernoulliB[n, x] gives the Bernoulli polynomial B_n (x).
DifferenceRoot[lde] represents a function that solves the linear difference equation specified by lde[a, n].
Eigensystem[m] gives a list {values, vectors} of the eigenvalues and eigenvectors of the square matrix m. Eigensystem[{m, a}] gives the generalized eigenvalues and ...
Equal
(Built-in Mathematica Symbol) lhs == rhs returns True if lhs and rhs are identical.