Fold
(Built-in Mathematica Symbol) Fold[f, x, list] gives the last element of FoldList[f, x, list].
FourierTransform[expr, t, \[Omega]] gives the symbolic Fourier transform of expr. FourierTransform[expr, {t_1, t_2, ...}, {\[Omega]_1, \[Omega]_2, ...}] gives the ...
GenericCylindricalDecomposition[ineqs, {x_1, x_2, ...}] finds the full-dimensional part of the decomposition of the region represented by the inequalities ineqs into ...
GraphDistance[g, s, t] gives the distance from source vertex s to target vertex t in the graph g.GraphDistance[g, s] gives the distance from s to all vertices of the graph g.
Hyperlink[uri] represents a hyperlink that jumps to the specified URI when clicked. Hyperlink[label, uri] represents a hyperlink to be displayed as label.
InverseFourierTransform[expr, \[Omega], t] gives the symbolic inverse Fourier transform of expr. InverseFourierTransform[expr, {\[Omega]_1, \[Omega]_2, \ ...}, {t_1, t_2, ...
Max
(Built-in Mathematica Symbol) Max[x_1, x_2, ...] yields the numerically largest of the x_i. Max[{x_1, x_2, ...}, {y_1, ...}, ...] yields the largest element of any of the lists.
WaitAll
(Built-in Mathematica Symbol) WaitAll[expr] waits for all concurrent evaluations represented by EvaluationObject expressions in expr to finish, then returns the resulting expression obtained.
Tube
(Built-in Mathematica Symbol) Tube[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] represents a 3D tube around the line joining a sequence of points.Tube[{pt_1, pt_2, ...}, r] represents a tube of radius ...
Data storage, indexing, and retrieval have long been crucial tasks of many large organizations such as governments, banks, hospitals, and libraries. As human societies have ...