In a typical Mathematica package, there are generally two kinds of new symbols that are introduced. The first kind are ones that you want to 'export' for use outside the ...
MOL2
(Mathematica Import/Export Format) MIME type: chemical/x-mol2 Tripos MOL2 molecule model files. Used in cheminformatics applications and on the web for storing and exchanging 3D molecule models. Native format ...
The flexibility of Mathematica's symbolic architecture is reflected in its rich collection of carefully defined constructs for localization and modularization. The use of ...
FindClusters[{e_1, e_2, ...}] partitions the e i into clusters of similar elements. FindClusters[{e_1 -> v_1, e_2 -> v_2, ...}] returns the v_i corresponding to the e i in ...
AVI
(Mathematica Import/Export Format) Registered MIME type: video/avi Microsoft AVI format. Multimedia container format. Commonly used for archiving and exchanging video content. Stores audio and video content in ...
Play
(Built-in Mathematica Symbol) Play[f, {t, t_min, t_max}] creates an object that plays as a sound whose amplitude is given by f as a function of time t in seconds between t_min and t_max.
Pure functions. When you use functional operations such as Nest and Map, you always have to specify a function to apply. In all the examples above, we have used the "name" of ...
Throughout any computation, Mathematica maintains an evaluation stack containing the expressions it is currently evaluating. You can use the function Stack to look at the ...
Converting from strings or boxes to expressions. This takes a string and interprets it as an expression. Here is the box structure corresponding to the textual form of an ...
NLimit
(Numerical Calculus Package Symbol) NLimit[expr, z -> z_0] numerically finds the limiting value of expr as z approaches z_0.