Graph
(Built-in Mathematica Symbol) Graph[{e_1, e_2, ...}] yields a graph with edges e_j.Graph[{v 1, v 2, ...}, {e_1, e_2, ...}] yields the graph with vertices v_i and edges e_j. Graph[{..., w_i[v_i, ...], ...
Same functionality now provided by ExportString[boxes, {"MathML", "Boxes"}].
Same functionality now provided by ExportString[expr, {"MathML", "Expression"}].
Same functionality now provided by ImportString[string, {"MathML", "Boxes"}].
Same functionality now provided by ImportString[string, {"MathML", "Expression"}].
The NotebookML format is no longer supported.
The NotebookML format is no longer supported.
Ordinary Mathematica notebooks can be opened by non- Mathematica users using the free product Mathematica Player , which lets users view, print, and interact with live ...
Random
(Obsolete Mathematica Symbol) As of Version 6.0, Random has been superseded by the functions RandomReal and RandomInteger.
Since Version 5.0 (released in 2003), TensorRank has been superseded by ArrayDepth.