|
SOLUTIONS
|
COMBINATORICA 程序包 符号
ConnectedQ
ConnectedQ[g]
yields True if undirected graph g is connected. If g is directed, the function returns True if the underlying undirected graph is connected.
![]()
yields True if the directed graph g is strongly connected.
![]()
yields True if the directed graph g is weakly connected.
更多信息更多信息
- 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 »
