In three dimensions, just as in two dimensions, you can give various graphics directives to specify how the different elements in a graphics object should be rendered. All ...
LCM
(Built-in Mathematica Symbol) LCM[n_1, n_2, ...] gives the least common multiple of the n_i.
Masking
(Built-in Mathematica Symbol) Masking is an option for various image analysis and processing functions that specifies on which regions they should operate.
VertexShapeFunction is an option and property for Graph and related functions that specifies a function to use to generate primitives for rendering each vertex.
Sometimes it is useful to work directly with the request message that is sent to a web service. This message may be retrieved using the ToServiceRequest function. ...
Mathematica has efficient systemwide 16-bit Unicode support, allowing a full range of international, technical and other character sets and character encodings.
EdgeCount[g] gives a count of the number of edges in the graph g.EdgeCount[g, patt] gives a count of the number of edges that match the pattern patt.
A Mathematica script is simply a file containing Mathematica commands that you would normally evaluate sequentially in a Mathematica session. Writing a script is useful if ...
Tan
(Built-in Mathematica Symbol) Tan[z] gives the tangent of z.
Combinatorica extends Mathematica by over 450 functions in combinatorics and graph theory. It includes functions for constructing graphs and other combinatorial objects, ...