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

Test algebraic independence #2804

Merged
merged 9 commits into from
Sep 15, 2023
Merged

Test algebraic independence #2804

merged 9 commits into from
Sep 15, 2023

Conversation

wdecker
Copy link
Collaborator

@wdecker wdecker commented Sep 15, 2023

No description provided.

test/Rings/mpoly_affine_algebras.jl Outdated Show resolved Hide resolved
src/Rings/mpoly-affine-algebras.jl Outdated Show resolved Hide resolved
src/Rings/mpoly-affine-algebras.jl Outdated Show resolved Hide resolved
Comment on lines +133 to +138
@testset "are_algebraically_independent" begin
R, (x, y) = polynomial_ring(QQ, ["x", "y"])
V = [x, y]
fl, I = are_algebraically_independent(V)
@test fl
@test is_zero(I)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please also do an algebraically dependent example in the test.

@wdecker
Copy link
Collaborator Author

wdecker commented Sep 15, 2023 via email

@afkafkafk13 afkafkafk13 merged commit d0e775e into master Sep 15, 2023
11 of 13 checks passed
@afkafkafk13 afkafkafk13 deleted the Wolfram branch September 15, 2023 21:35
fieker pushed a commit that referenced this pull request Sep 29, 2023
* Test algebraic Independence
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.

3 participants