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 0d820a6 commit 5b2b73dCopy full SHA for 5b2b73d
test/algorithms/other-algorithms.jl
@@ -5,5 +5,5 @@
5
6
R, (x,y,z) = polynomial_ring(GF(101),["x","y","z"])
7
I = Ideal([x+2*y+2*z-1, x^2+2*y^2+2*z^2-x, 2*x*y+2*y*z-y])
8
- @test iszero(dimension(I))
+ @test isone(dimension(I))
9
end
0 commit comments