|
SOLUTIONS
|
COMBINATORICA PACKAGE SYMBOL
Isomorphism
![]()
gives an isomorphism between graphs g and h if one exists.
Isomorphism[g, h, All]
gives all isomorphisms between graphs g and h.
Isomorphism[g]
gives the automorphism group of g.
DetailsDetails
- To use
, you first need to load the Combinatorica Package using Needs["Combinatorica`"]. - This function takes an option Invariants->{f1, f2, ...}, where
are functions that are used to compute vertex invariants. These functions are used in the order in which they are specified. - The default value of Invariants is {DegreesOf2Neighborhood, NumberOf2Paths, Distances}.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
