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 1491286 commit 135bd33Copy full SHA for 135bd33
test/algorithms/dimension.jl
@@ -6,4 +6,7 @@
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))
9
+
10
+ I = Ideal([R(1)])
11
+ @test dimension(I) == -1
12
end
0 commit comments