[sage-support] Re: group rings question

2008-06-30 Thread Robert Bradshaw
On Jun 29, 2008, at 6:54 PM, David Joyner wrote: > Thanks but although that eliminated one traceback error, it created > another. > Also, I'm worried that hacking Mike Hansen's combinatorial_algebra > module > will create much more serious problems in other parts of SAGE. The apparent inabil

[sage-support] Re: group rings question

2008-06-29 Thread Mike Hansen
Hello, Sorry I didn't get in on this sooner -- I've been really busy with things this past week. Anwyays, CombinatorialAlgebra is getting a bit of an update, and the changes are on the sage-combinat patch repository. You can see a working group ring here: http://sage.math.washington.edu:8837/h

[sage-support] Re: group rings question

2008-06-29 Thread David Joyner
On Sun, Jun 29, 2008 at 9:12 PM, William Stein <[EMAIL PROTECTED]> wrote: > > On Sat, Jun 28, 2008 at 11:47 AM, David Joyner <[EMAIL PROTECTED]> wrote: >> >> If you attach a file containing >> >> ## >> >> def PermutationGroupRing(R,G)

[sage-support] Re: group rings question

2008-06-29 Thread William Stein
On Sat, Jun 28, 2008 at 11:47 AM, David Joyner <[EMAIL PROTECTED]> wrote: > > If you attach a file containing > > ## > > def PermutationGroupRing(R,G): >return PermutationGroupRing_generic(R,G) > > class PermutationGroupRing_gener

[sage-support] Re: group rings question

2008-06-28 Thread David Joyner
If you attach a file containing ## def PermutationGroupRing(R,G): return PermutationGroupRing_generic(R,G) class PermutationGroupRing_generic(CombinatorialAlgebra): def __init__(self, R, G): self.group = G s

[sage-support] Re: group rings question

2008-06-28 Thread David Joyner
On Sat, Jun 28, 2008 at 12:48 PM, Robert Bradshaw <[EMAIL PROTECTED]> wrote: > > On Jun 28, 2008, at 9:33 AM, David Joyner wrote: > >> On Sat, Jun 28, 2008 at 11:00 AM, John Cremona >> <[EMAIL PROTECTED]> wrote: >>> >>> It seems that what Dan Bump's instructions did not specify is what >>> propert

[sage-support] Re: group rings question

2008-06-28 Thread Robert Bradshaw
On Jun 28, 2008, at 9:33 AM, David Joyner wrote: > On Sat, Jun 28, 2008 at 11:00 AM, John Cremona > <[EMAIL PROTECTED]> wrote: >> >> It seems that what Dan Bump's instructions did not specify is what >> properties the class assigned to ._combinatorial_class must have. >> And it needs something

[sage-support] Re: group rings question

2008-06-28 Thread David Joyner
On Sat, Jun 28, 2008 at 11:00 AM, John Cremona <[EMAIL PROTECTED]> wrote: > > It seems that what Dan Bump's instructions did not specify is what > properties the class assigned to ._combinatorial_class must have. > And it needs something which PermutationGroupElement does not have. > > Does that h

[sage-support] Re: group rings question

2008-06-28 Thread John Cremona
It seems that what Dan Bump's instructions did not specify is what properties the class assigned to ._combinatorial_class must have. And it needs something which PermutationGroupElement does not have. Does that help? John 2008/6/28 David Joyner <[EMAIL PROTECTED]>: > > Hi: > > Since there are s