The Sage version I was using is 9.6.

On Friday, August 5, 2022 at 7:19:48 PM UTC-4 keirh...@gmail.com wrote:

> 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/600926d2-f69f-4f2e-82b8-aed5e93c7803n%40googlegroups.com.

Reply via email to