[sage-support] Re: unsupported operand parent(s) for *

2009-01-27 Thread Robert Bradshaw
On Jan 27, 2009, at 4:02 PM, William Stein wrote: > On Tue, Jan 27, 2009 at 1:51 PM, Robert Bradshaw > wrote: >> >> >> On Jan 27, 2009, at 12:54 AM, William Stein wrote: >> >>> >>> On Tue, Jan 27, 2009 at 12:45 AM, alia hamieh >>> wrote: I'm trying to deal with following problem:

[sage-support] Re: unsupported operand parent(s) for *

2009-01-27 Thread William Stein
On Tue, Jan 27, 2009 at 1:51 PM, Robert Bradshaw wrote: > > > On Jan 27, 2009, at 12:54 AM, William Stein wrote: > >> >> On Tue, Jan 27, 2009 at 12:45 AM, alia hamieh >> wrote: >>> I'm trying to deal with following problem: >>> >>> G=DirichletGroup(75) >>> chi = list(G)[8] >>> I need to compute

[sage-support] Re: unsupported operand parent(s) for *

2009-01-27 Thread Robert Bradshaw
On Jan 27, 2009, at 12:54 AM, William Stein wrote: > > On Tue, Jan 27, 2009 at 12:45 AM, alia hamieh > wrote: >> I'm trying to deal with following problem: >> >> G=DirichletGroup(75) >> chi = list(G)[8] >> I need to compute with expressions such as: chi(2)*sqrt(11) >> the problem is that we c

[sage-support] Re: unsupported operand parent(s) for *

2009-01-27 Thread William Stein
On Tue, Jan 27, 2009 at 12:45 AM, alia hamieh wrote: > I'm trying to deal with following problem: > > G=DirichletGroup(75) > chi = list(G)[8] > I need to compute with expressions such as: chi(2)*sqrt(11) > the problem is that we cannot do this multiplication because we have > "incompatible" opera