|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
LuccioSamiComponents
LuccioSamiComponents[g]
gives the Luccio-Sami components of the graph g.
LuccioSamiComponents[g, {v1, v2, ...}]
gives the components that include at least one of the vertices
,
, ... .
DetailsDetails
- LuccioSamiComponents is also known as an LS set.
- LuccioSamiComponents returns a list of components
, where each component
is given as a list of vertices. - LuccioSamiComponents[g] is equivalent to LuccioSamiComponents[g, VertexList[g]].
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Give the Luccio-Sami 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 »

