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

parent checks in arithmetic #371

Open
tthsqe12 opened this issue Feb 1, 2021 · 0 comments
Open

parent checks in arithmetic #371

tthsqe12 opened this issue Feb 1, 2021 · 0 comments

Comments

@tthsqe12
Copy link
Contributor

tthsqe12 commented Feb 1, 2021

It looks like parent checks were not inserted in any(?) of the methods for number arithmetic. This is obviously needed.

julia> using Singular

julia> Fabcde,(a,b,c,d,e)=FunctionField(Fp(7),["a","b","c","d","e"])
(Function Field over Finite Field of Characteristic 7 with transcendence basis n_transExt[(a), (b), (c), (d), (e)], n_transExt[(a), (b), (c), (d), (e)])

julia> Fx,(x,) = FunctionField(Fp(5), ["x"])
(Function Field over Finite Field of Characteristic 5 with transcendence basis n_transExt[(x)], n_transExt[(x)])

julia> a*b*c*d*e+x
(a*b*c*d*e+c*d^49*e^582112)
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

1 participant