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 bfa1bd9 commit 392696aCopy full SHA for 392696a
src/siggb/siggb.jl
@@ -51,11 +51,11 @@ julia> sig_groebner_basis(Fhom)
51
7-element Vector{Tuple{Tuple{Int64, FqMPolyRingElem}, FqMPolyRingElem}}:
52
((1, 1), x1 + x2 + x3 + x4)
53
((2, 1), x2^2 + 2*x2*x4 + x4^2)
54
- ((3, 1), x2*x3^2 + x3^2*x4 + 16*x2*x4^2 + 16*x4^3)
55
- ((4, 1), x2*x3*x4^2 + x3^2*x4^2 + 16*x2*x4^3 + x3*x4^3 + 16*x4^4 + 16*x5^4)
+ ((3, 1), x2*x3^2 + 16*x2*x4^2 + x3^2*x4 + 16*x4^3)
+ ((4, 1), x2*x3*x4^2 + 16*x2*x4^3 + x3^2*x4^2 + x3*x4^3 + 16*x4^4 + 16*x5^4)
56
((4, x3), x3^3*x4^2 + x3^2*x4^3 + 16*x3*x5^4 + 16*x4*x5^4)
57
- ((4, x2), x2*x4^4 + x4^5 + 16*x2*x5^4 + 16*x4*x5^4)
58
- ((4, x2*x3), x3^2*x4^4 + x2*x3*x5^4 + 16*x2*x4*x5^4 + x3*x4*x5^4 + 15*x4^2*x5^4)
+ ((4, x2), x2*x4^4 + 16*x2*x5^4 + x4^5 + 16*x4*x5^4)
+ ((4, x2*x3), x2*x3*x5^4 + 16*x2*x4*x5^4 + x3^2*x4^4 + x3*x4*x5^4 + 15*x4^2*x5^4)
59
```
60
"""
61
function sig_groebner_basis(sys::Vector{T}; info_level::Int=0, degbound::Int=0) where {T <: MPolyRingElem}
0 commit comments