We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9584bb9 commit 0bd225cCopy full SHA for 0bd225c
test/algorithms/groebner-bases.jl
@@ -54,7 +54,7 @@
54
I = Ideal([x+2*y+2*z-1, x^2+2*y^2+2*z^2-x, 2*x*y+2*y*z-y])
55
G = eliminate(I, 2)
56
H = MPolyRingElem[
57
- 84*z^4 - 40*z^3 + z^2 + z
+ 84*z^4 - 38
58
]
59
@test G == H
60
end
0 commit comments