Skip to content

Commit

Permalink
adding the code for the evening right regular computation
Browse files Browse the repository at this point in the history
  • Loading branch information
egri-nagy committed Aug 17, 2023
1 parent 9cab14f commit d36f12a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/coordcalc/RightRegularHolonomy.g
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ toRR := function(S)
s -> RightRegularTransRep(s,S));
end;

#T3 example
toRRT3 := toRR(FullTransformationSemigroup(3));
RRT3 := Range(toRRT3); #Source(toRRT3) gives the T3 itself
fromRRT3 := InverseGeneralMapping(toRRT3);


0 comments on commit d36f12a

Please sign in to comment.