JacobianMatrix[pt] gives the Jacobian matrix of the transformation from the default coordinate system to the Cartesian coordinate system at the point pt. JacobianMatrix[pt, ...
Attributes[symbol] gives the list of attributes for a symbol.
$NETExceptionHandler allows you to control how exceptions thrown in .NET are handled in Mathematica.
TetGenGetFacets[expr] returns the facets for a TetGen expression.
PseudoDiameter[g] give the pseudo-diameter of the undirected graph g, and the two vertices that achieve this diameter.
QuadraticFormDistribution[{a, b, c}, {\[Mu], \[CapitalSigma]}] represents the distribution of a quadratic form z.a.z + b.z + c for multivariate normal z.
Widget["Wizard"] represents a collection of pages that form a wizard.
Widget["WizardPage"] represents a page of a wizard.
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.