[sage-support] Re: Bug in g.character_table()

2016-04-27 Thread Dima Pasechnik
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-support] Bug in g.character_table()

2016-04-27 Thread 'Peter Mueller' via sage-support
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

Re: [sage-support] Re: backwards compatibility

2016-04-27 Thread John Cremona
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 > > --

[sage-support] Re: Powering symbolic polynomial

2016-04-27 Thread Dima Pasechnik
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