CUDAResourcesInformation[] gives information on installed CUDAResources paclets.
Sec
(Built-in Mathematica Symbol) Sec[z] gives the secant of z.
Like everything else in Mathematica, notebooks are ultimately symbolic expressions. When you edit notebooks—or apply high-level programmatic functions—Mathematica ...
GeneralRationalInterpolation[{f_x, f_y}, {t, m, n}, x, {t_1, ..., t m + n + 1}]] gives the rational polynomial function of x, with numerator order m and denominator order n, ...
ListCurvePathPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a curve that corresponds to a smooth path through the specified points.
ToRules
(Built-in Mathematica Symbol) ToRules[eqns] takes logical combinations of equations, in the form generated by Roots and Reduce, and converts them to lists of rules, of the form produced by Solve.
Mathematica provides functions for the aesthetic drawing of graphs. Algorithms implemented include spring embedding, spring-electrical embedding, high-dimensional embedding, ...
Variance[list] gives the sample variance of the elements in list. Variance[dist] gives the variance of the symbolic distribution dist.
ForAll
(Built-in Mathematica Symbol) ForAll[x, expr] represents the statement that expr is True for all values of x. ForAll[x, cond, expr] states that expr is True for all x satisfying the condition cond. ...
ParallelTry[f, {arg_1, arg_2, ...}] evaluates f[arg_i] in parallel, returning the first result received.ParallelTry[f, {arg_1, arg_2, ...}, k] returns a list of the first k ...