Functions for rearranging lists. This sorts the elements of a list into a standard order. In simple cases like this, the order is alphabetical or numerical. This sorts the ...
Simplifying with assumptions. Mathematica does not automatically simplify this, since it is only true for some values of x. Sqrt[x^2] is equal to x for x≥0, but not otherwise.
Algorithm is an option that informs functions such as ShortestPath, VertexColoring, and VertexCover about which algorithm to use.
Approximate is a value that the option Algorithm can take in calls to functions such as VertexCover, telling it to use an approximation algorithm.
Edge
(Combinatorica Package Symbol) Edge is an optional argument to inform certain functions to work with edges instead of vertices.
Optimum
(Combinatorica Package Symbol) Optimum is a value that the option Algorithm can take on when used in functions VertexColoring and VertexCover.
Tree
(Combinatorica Package Symbol) Tree is an option that informs certain functions that the user wants the output to be a tree.
Undirected is an option to inform certain functions that the graph is undirected.
New functions CountRoots, IsolatingInterval, and RootIntervals have been added to the built-in Mathematica kernel. IsolatingInterval includes the functionality of ...
All the functionality in Miscellaneous`Geodesy` is now available in the built-in Mathematica kernel.