SQLSchemaInformation[conn] returns information about the schemas available through an SQL connection.
PadeApproximant[expr, {x, x_0, {m, n}}] gives the Padé approximant to expr about the point x = x_0, with numerator order m and denominator order n.PadeApproximant[expr, {x, ...
OpenSQLConnection[src] makes a connection to a data source.OpenSQLConnection[] opens a GUI that helps to make a connection to a data source.
CentralMoment[list, r] gives the r\[Null]^th central moment of the elements in list with respect to their mean.CentralMoment[dist, r] gives the r\[Null]^th central moment of ...
RegularExpression["regex"] represents the generalized regular expression specified by the string " regex".
Minimize[f, x] minimizes f with respect to x.Minimize[f, {x, y, ...}] minimizes f with respect to x, y, .... Minimize[{f, cons}, {x, y, ...}] minimizes f subject to the ...
BesselK
(Built-in Mathematica Symbol) BesselK[n, z] gives the modified Bessel function of the second kind K_n (z).
FrobeniusSolve[{a_1, ..., a_n}, b] gives a list of all solutions of the Frobenius equation a_1 x_1 + ... + a_n x_n = b.FrobeniusSolve[{a_1, ..., a_n}, b, m] gives at most m ...
InterquartileRange[list] gives the difference between the upper and lower quartiles for the elements in list.InterquartileRange[dist] gives the difference between the upper ...
ParabolicCylinderD[\[Nu], z] gives the parabolic cylinder function D_\[Nu] (z).