-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
fix left and right actions of permutations on matrices #29808
Labels
Milestone
Comments
Branch: u/gh-mwageringel/29808 |
Author: Markus Wageringel |
Commit: |
New commits:
|
Reviewer: Travis Scrimshaw |
comment:2
LGTM. |
Changed branch from u/gh-mwageringel/29808 to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As observed in #29553, permutations incorrectly act on matrices via a left action on the rows when multiplying on the right. This ticket fixes the left action to act on the left, and also adds the missing right action on the columns.
CC: @tscrim
Component: group theory
Author: Markus Wageringel
Branch/Commit:
a9dd308
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/29808
The text was updated successfully, but these errors were encountered: