You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Monomial basis of a highest weight module with highest weight [5, 0] over Lie algebra of type G2, [x1^2*x4^6, x4^7, x1*x4^7, x2*x4^3*x5, x1*x2*x4^3*x5, x2*x3*x4^3*x5, x1*x2*x3*x4^3*x5, x1^2*x2*x3*x4^3*x5, x2*x3^2*x4^3*x5, x1*x2*x3^2*x4^3*x5, x1^2*x2*x3^2*x4^3*x5, x2*x4^4*x5])
419
419
(Monomial basis of a highest weight module with highest weight [6, 0] over Lie algebra of type G2, [x4^9, x1*x3*x4^4*x5, x2*x4^5*x5, x3*x4^5*x5, x3^2*x4^5*x5, x2*x3^2*x4^5*x5, x1*x2*x3^2*x4^5*x5, x3^4*x4*x5^2])
420
420
421
-
julia> [length(basis[2]) for basis in bases]
421
+
julia> [length(mon_basis[2]) for mon_basis in mon_bases]
422
422
6-element Vector{Int64}:
423
423
7
424
424
5
@@ -427,7 +427,7 @@ julia> [length(basis[2]) for basis in bases]
427
427
12
428
428
8
429
429
430
-
julia> bases[end][1]
430
+
julia> mon_bases[end][1]
431
431
Monomial basis of a highest weight module
432
432
of highest weight [6, 0]
433
433
of dimension 714
@@ -512,7 +512,7 @@ The monomial ordering is fixed to `degrevlex`.
0 commit comments