Ticket #4539 (new enhancement)

Opened 2 months ago

[with patch, needs work] plural wrapper

Reported by: burcin Assigned to: tbd
Priority: major Milestone: sage-3.4
Component: algebra Keywords:
Cc:

Description

During SD10 in Nancy, Michael Brickenstein and I worked on making Plural (the non-commutative extension of Singular) accessible from Sage.

The patches that resulted from this work are attached. They still need to be polished to be included in Sage.

Possible topics that need work are:

  • coercion
  • flag to check degeneracy conditions on init
  • put the files in sage/algebra/ ???
  • make sure element does not export functions it doesn't support (e.g. gcd)

For a full featured wrapper we also need the following (they should be separated into different bugs once this one is done):

  • groebner basis
  • predefined structures from the library

Attachments

plural_1.patch (3.4 kB) - added by burcin on 11/17/2008 07:28:49 AM.
initial wrapper for plural
plural_2.patch (11.0 kB) - added by burcin on 11/17/2008 07:29:20 AM.
better user interface for plural rings

Change History

11/17/2008 07:28:49 AM changed by burcin

  • attachment plural_1.patch added.

initial wrapper for plural

11/17/2008 07:29:20 AM changed by burcin

  • attachment plural_2.patch added.

better user interface for plural rings