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

Add convenient way to evaluate univariate polynomials. #4283

Closed
fingolfin opened this issue Feb 23, 2021 · 2 comments · Fixed by #4296
Closed

Add convenient way to evaluate univariate polynomials. #4283

fingolfin opened this issue Feb 23, 2021 · 2 comments · Fixed by #4296
Assignees
Labels
good first issue Issues that can be understood and addressed by newcomers to GAP development kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements

Comments

@fingolfin
Copy link
Member

In PR #3901 support was added to apply a homomorphism f to an element x by writing f(x) instead of Image(f, x).

We could do something similar for univariate polynomials. (For multivariate ones, the issue is that it is not clear how the order of arguments should be mapped to the various variables; I'd rather avoid that can of worms).

@fingolfin fingolfin added kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements good first issue Issues that can be understood and addressed by newcomers to GAP development labels Feb 23, 2021
@fieker
Copy link
Contributor

fieker commented Feb 24, 2021 via email

@fieker
Copy link
Contributor

fieker commented Feb 24, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issues that can be understood and addressed by newcomers to GAP development kind: enhancement Label for issues suggesting enhancements; and for pull requests implementing enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants