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
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
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)
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
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
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
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
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
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