TagSet
(Built-in Mathematica Symbol) f /: lhs = rhs assigns rhs to be the value of lhs, and associates the assignment with the symbol f.
CorrelationDistance[u, v] gives the correlation coefficient distance between vectors u and v.
The mathematical operations we have discussed so far are exact. Given precise input, their results are exact formulas. In many situations, however, you do not need an exact ...
ListPlay[{a_1, a_2, ...}] creates an object that plays as a sound whose amplitude is given by the sequence of levels a_i.
Modules in Mathematica allow you to treat the names of variables as local. Sometimes, however, you want the names to be global, but values to be local. You can do this in ...
BipartiteGraphQ[g] yields True if the graph g is a bipartite graph and False otherwise.
UpValues[f] gives a list of transformation rules corresponding to all upvalues defined for the symbol f.
Mathematica allows arbitrary styling of any form of text to be specified either interactively from menus and commands—or programmatically using its powerful symbolic ...
OddQ
(Built-in Mathematica Symbol) OddQ[expr] gives True if expr is an odd integer, and False otherwise.
RasterSize is an option for Rasterize and related functions that determines the absolute pixel size of the raster generated.