When I do this:




*H = PermutationGroup([ [(1,2), (3,4)], [(5,6,7),(12,14,18)] ])kH = 
H.algebra(GF(2))[a, b] = H.gens()x = kH(a) + kH(b) + kH.one(); print(x)x*x*

I get an error caused by the last computation: "RuntimeError: There is a 
bug in the coercion code in Sage." (I was working in Cocalc, but you can 
cut and paste the code above into a SageMathCell and reproduce the error.)

Is this really a bug, or should I be doing this differently? (I found the 
problem working with a larger group, but this simpler example above has the 
same issue.)

Thanks --

Keir

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/bb69b4b1-0321-41b0-ba2c-312b8edfbc35n%40googlegroups.com.

Reply via email to