Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrodgers committed Nov 20, 2024
1 parent b0547de commit da2db03
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/Groups/gsets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,17 @@ end
f = x^2 + y
orb = orbit(G, f)
@test length(orb) == 3


K = algebraic_closure(QQ)
e = one(K)
s, c = sincospi(2 * e / 3)
mat_rot = matrix([c -s; s c])
G = matrix_group(mat_rot)
p = K.([1, 0])
orb = orbit(G, *, p)


end

@testset "G-sets by right transversals" begin
Expand Down

0 comments on commit da2db03

Please sign in to comment.