Mathematica provides functions for the aesthetic drawing of graphs. Algorithms implemented include spring embedding, spring-electrical embedding, high-dimensional embedding, ...
GXL
(Mathematica Import/Export Format) GXL graph data format. Used for the storage and exchange of graphs. GXL is an acronym derived from Graph Exchange Language. XML-based format. Represents typed, attributed, ...
Flatten
(Built-in Mathematica Symbol) Flatten[list] flattens out nested lists. Flatten[list, n] flattens to level n. Flatten[list, n, h] flattens subexpressions with head h. Flatten[list, {{s_11, s_12, ...}, ...
Graphlet
(Mathematica Import/Export Format) Graphlet GML graph data format. Used for the storage and exchange of graphs. GML is an acronym derived from Graph Modelling Language. Native format of the Graphlet graph ...
NEXUS
(Mathematica Import/Export Format) NEXUS phylogenetic file format. Commonly used for storage and exchange of phylogenetic data. Can store DNA and protein sequences, taxa distances, alignment scores, and ...
Plus
(Built-in Mathematica Symbol) x + y + z represents a sum of terms.
This package contains functions for measuring the performance of Mathematica on your computer and for producing a comparison report that includes benchmark results for other ...
PartialOrderQ[g] yields True if the binary relation defined by edges of the graph g is a partial order, meaning it is transitive, reflexive, and antisymmetric. ...
SymmetricQ[r] tests if a given square matrix r represents a symmetric relation. SymmetricQ[g] tests if the edges of a given graph represent a symmetric relation.