|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
LambdaComponents
LambdaComponents[g]
gives the lambda components of the graph g.
LambdaComponents[g, {v1, v2, ...}]
gives the lambda components that include at least one of the vertices
.
DetailsDetails
- LambdaComponents is also known as a lambda set.
- A lambda component is a set of vertices that have more edge-independent paths connecting them to each other than to outside vertices.
- LambdaComponents returns a list of components
, where each component
is given as a list of vertices. - LambdaComponents[g] is equivalent to LambdaComponents[g, VertexList[g]].
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Give the lambda components for a graph:
| In[1]:= |
| Out[1]= |
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

