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

Function for getting polynomial variable as symbol #382

Closed
pddshk opened this issue Dec 31, 2021 · 2 comments
Closed

Function for getting polynomial variable as symbol #382

pddshk opened this issue Dec 31, 2021 · 2 comments

Comments

@pddshk
Copy link

pddshk commented Dec 31, 2021

GaloisFields uses this package and compatibility is set for older versions because they use poly.var to get variable as Symbol

A simple function

getvar(p::AbstractPolynomial{T,X}) where {T, X} = X

...allows to update dependency GaloisFields to the latest version (all tests passed)

@jverzani
Copy link
Member

We have ‘indeterminate’ to do this task. Does that help, or does it need to be ‘getvar’?

@pddshk
Copy link
Author

pddshk commented Dec 31, 2021

Yes, that solves, didn't find this in docs.

@pddshk pddshk closed this as completed Dec 31, 2021
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

No branches or pull requests

2 participants