Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define permutation group actions of generic wreath products #13

Open
DominikBernhardt opened this issue Dec 16, 2020 · 1 comment · May be fixed by #25
Open

Define permutation group actions of generic wreath products #13

DominikBernhardt opened this issue Dec 16, 2020 · 1 comment · May be fixed by #25
Assignees
Labels
enhancement New feature or request

Comments

@DominikBernhardt
Copy link
Collaborator

DominikBernhardt commented Dec 16, 2020

Maybe we should have actions for the generic wreath products. For example this is the product action:

OnTuplesGenericWreathProductProductAction := function( pnt, element)
    local sigma;
    sigma := Top(element)^-1;
    return List( [1 .. Size(pnt)], i-> pnt[i^sigma]^Base(element, i^sigma));
end; 

And similarly the imprimitive action.

@FriedrichRober
Copy link
Owner

Yes we should definitely add this.

@FriedrichRober FriedrichRober linked a pull request Mar 17, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants