|
SOLUTIONS
|
COMBINATORICA 程序包 符号
MakeGraph
![]()
constructs the graph with vertices corresponding to v and edges between all pairs of vertices
and
in v for which the binary relation defined by the Boolean function f is True.
更多信息更多信息
- To use
, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
takes two options,
and VertexLabel.
can be set to Directed or Undirected, and this tells
whether to construct a directed or an undirected graph. The default setting is Directed. - VertexLabel can be set to True or False, with False being the default setting. Using VertexLabel->True assigns labels derived from v to the vertices of the graph.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
