FindFit
(Built-in Mathematica Symbol) FindFit[data, expr, pars, vars] finds numerical values of the parameters pars that make expr give a best fit to data as a function of vars. The data can have the form {{x_1, ...
CMYKColor[cyan, magenta, yellow, black] is a graphics directive which specifies that graphical objects which follow are to be displayed in the color given. CMYKColor[c, m, y, ...
CosIntegral[z] gives the cosine integral function Ci(z).
DatePlus[date, n] gives the date n days after date.DatePlus[date, {n, " unit"}] gives the date n units after date.DatePlus[date, {{n_1, "unit_1"}, {n_2, "unit_2"}, ...}] ...
EdgeIndex[g, e] gives the integer index for the edge e in the graph g.
KirchhoffMatrix[g] gives the Kirchhoff matrix of the graph g.
MatrixRank[m] gives the rank of the matrix m.
PadRight[list, n] makes a list of length n by padding list with zeros on the right. PadRight[list, n, x] pads by repeating the element x. PadRight[list, n, {x_1, x_2, ...}] ...
RiemannSiegelZ[t] gives the Riemann\[Dash]Siegel function Z(t).
Unequal
(Built-in Mathematica Symbol) lhs != rhs or lhs != rhs returns False if lhs and rhs are identical.