This method computes all isomorphisms between M and N: in particular, this method returns an empty list iff M and N are not isomorphic.
To compute only a single isomorphism, use isomorphism. To test if two matroids are isomorphic, use areIsomorphic.
To save space, the isomorphisms are given as lists (as opposed to hash tables). One way to interpret the output of this method is: given two isomorphic matroids, this method returns a permutation representation of the automorphism group of that matroid, inside the symmetric group on the ground set.
|
|
|
|
|
We can verify that the Fano matroid (the projective plane over the field of two elements) has automorphism group of order 168, and give a permutation representation for this nonabelian simple group (= PGL(3, F_2)) inside the symmetric group S_7:
|
|
|
The object getIsos is a method function.