On Wednesday, April 27, 2016 at 2:00:42 PM UTC+1, Peter Mueller wrote:
>
> sage: AlternatingGroup(12).character_table()
> File "", line 2
> -zeta35**Integer(27)-zeta35**Integer(29)-zeta35**Integer(33)
> ^
> IndentationError: unexpected indent
>
> Looking into the function character_tabl
sage: AlternatingGroup(12).character_table()
File "", line 2
-zeta35**Integer(27)-zeta35**Integer(29)-zeta35**Integer(33)
^
IndentationError: unexpected indent
Looking into the function character_table, there seems to be a problem in
converting the Gap cyclotomic integer to Sage cycloto
Thanks for helping with this. I repeat -- it used to work, and I do
not know what changed.
John
On 27 April 2016 at 05:04, Kwankyu wrote:
> This is also strange:
>
> sage: (zeta1092^13) == zeta84
>
> True
>
> sage: zeta84^7 == zeta12
>
> True
>
> sage: (zeta1092^13)^7 == zeta12
>
> False
>
> --
I'd convert everything into a setting of polynomial rings; I don't think
you can get very far with using symbolic ring here.
On Tuesday, April 26, 2016 at 11:51:34 PM UTC+1, Adam Janovský wrote:
>
> Hello,
>
> I'm having difficulties with evaluating polynomial with symbolic
> coefficients. I'm n