|
SOLUTIONS
|
COMBINATORICA PACKAGE SYMBOL
FromOrderedPairs
FromOrderedPairs[l]
constructs an edge list representation from a list of ordered pairs
, using a circular embedding.
![]()
uses
as the embedding for the resulting graph. The option
that takes on values Undirected or Directed can be used to affect the kind of graph produced. The default value of
is Directed. Type->Undirected results in the underlying undirected graph.
DetailsDetails
- To use
, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
