You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using GAP version 4.13.1 and sgpdec 1.1.0 package on a x86_64 machine running Debian 12 operating system. I want to generate the cascade diagram similar to Figure 2 and Figure 3 as shown in this paper written by the authors of the sgpdec package. I think I need to use the DotCascade() function. However, I do not know how the generate the cascade that is required by this function.
Here is an example of what I am doing.
gap> T := FullTransformationSemigroup(3);
<full transformation monoid of degree 3>
gap> h := HolonomyCascadeSemigroup(Skeleton(T));
<cascade semigroup with 3 generators, 2 levels with (3, 2) pts>
gap> DisplayHolonomyComponents(Skeleton(T));
1: (3,S3)
2: (2,C2)
gap> DotCascade( ??? ); # What should I provide in order to generate the cascade diagram?
I would really appreciate any tips or advice.
The text was updated successfully, but these errors were encountered:
I am using GAP version 4.13.1 and sgpdec 1.1.0 package on a x86_64 machine running Debian 12 operating system. I want to generate the cascade diagram similar to Figure 2 and Figure 3 as shown in this paper written by the authors of the sgpdec package. I think I need to use the
DotCascade()
function. However, I do not know how the generate the cascade that is required by this function.Here is an example of what I am doing.
I would really appreciate any tips or advice.
The text was updated successfully, but these errors were encountered: