GraphData[name] gives a graph with the specified name.GraphData[name, " property"] gives the value for the specified property for a named graph.GraphData["class"] gives a ...
QBinomial[n, m, q] gives the q-binomial coefficient (n; m)_q.
Using a variety of state-of-the-art methods, Mathematica provides immediate functions for detecting and extracting features in images and other arrays of data. Mathematica ...
Mathematica automatically uses sophisticated algorithms to track the precision of approximate numbers. Particularly for some verification applications, however, it is ...
TransferFunctionFactor[tf] factors the polynomial terms in the numerators and denominators of the TransferFunctionModel object tf.
HornerForm[poly] puts the polynomial poly in Horner form.HornerForm[poly, vars] puts poly in Horner form with respect to the variable or variable list ...
Standardize[list] shifts and rescales the elements of list to have zero mean and unit sample variance.Standardize[list, f_1] shifts the elements in list by f_1[list] and ...
When you do calculations with arbitrary-precision numbers, Mathematica keeps track of precision at all points. In general, Mathematica tries to give you results which have ...
MonomialList[poly] gives the list of all monomials in the polynomial poly.MonomialList[poly, {x_1, x_2, ...}] gives the list of monomials with respect to the variables x_i in ...
TransferFunctionExpand[tf] expands polynomial terms in the numerators and denominators of the TransferFunctionModel object tf.