Converting between strings, boxes, and expressions. Here is a simple expression. This gives the InputForm of the expression as a string.
Just as Mathematica allows you to define how expressions should be evaluated, so also it allows you to define how expressions should be formatted for output. The basic idea ...
ViewPoint is an option for Graphics3D and related functions which gives the point in space from which three-dimensional objects are to be viewed.
GraphDisjointUnion[g_1, g_2] gives the graph disjoint union of the graphs g_1 and g_2.GraphDisjointUnion[g_1, g_2, ...] gives the disjoint union of g_1, g_2, ....
GraphUnion[g_1, g_2] gives the graph union of the graphs g_1 and g_2.GraphUnion[g_1, g_2, ...] gives the graph union of g_1, g_2, ....
WordData["word", " property"] gives the specified property for the English word " word".WordData["word"] gives a list of full word specifications representing possible uses ...
Inverse
(Built-in Mathematica Symbol) Inverse[m] gives the inverse of a square matrix m.
Opening
(Built-in Mathematica Symbol) Opening[image, ker] gives the morphological opening of image with respect to the structuring element ker.Opening[image, r] gives the opening with respect to a range r square.
TotalWidth is an option which can be set for output streams to specify the maximum total number of characters of text that should be printed for each output expression. Short ...
$KernelCount gives the number of subkernels available for parallel computations.