KSetPartitions[set, k] returns the list of set partitions of set with k blocks. KSetPartitions[n, k] returns the list of set partitions of {1, 2, ..., n} with k blocks. If ...
MakeDirected[g] constructs a directed graph from a given undirected graph g by replacing each undirected edge in g by two directed edges pointing in opposite directions.
RevolutionPlot3D and SphericalPlot3D have been added to the built-in Mathematica kernel. RevolutionPlot3D includes the functionality of CylindricalPlot3D.
FontProperties -> {opt_1 -> val_1, opt_2 -> val_2} specifies font properties.
ReinstallJava[] is a convenience function that calls UninstallJava followed by InstallJava.
UseFrontEnd[expr] evaluates expr in an environment where the kernel can make use of the services of the notebook front end.
ReinstallNET[] is a convenience function that calls UninstallNET[] and then InstallNET[].
The functionality of Graphics`Legend` is now available from the newly created Plot Legends Package.
Variables[poly] gives a list of all independent variables in a polynomial.
DIMACS
(Mathematica Import/Export Format) DIMACS graph data format. Commonly used exchange format for graphs. Stores a single undirected graph. Plain text or binary format. DIMACS is an acronym derived from Discrete ...