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

Clarify the right action on polynomials #3004

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

joschmitt
Copy link
Member

This is almost only comments, but I just thought a lot about left and right actions on polynomials for The Book and wanted to clarify the choice in OSCAR also in the code. (In particular, since right_action de facto computes the product of the matrix by the column vector of variables, which made me question several times whether left is right.)

If `p` is a `PermGroupElem` then it acts via permuting the indeterminates,
if `p` is a `MatrixGroupElem` then it acts via evaluating `f` at the

If `p` is a `PermGroupElem` then it acts via permuting the indeterminates.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we split this doc string for on_indeterminates between PermGroupElem and MatrixGroupElem?

Copy link
Collaborator

@afkafkafk13 afkafkafk13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! The clarifications are very helpful.

@joschmitt
Copy link
Member Author

I split up the doc string now (and removed the no-ci so that the required tests can run).

@thofma thofma merged commit 8b16a4c into oscar-system:master Nov 29, 2023
15 of 19 checks passed
@joschmitt joschmitt deleted the js/action branch November 29, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants