Differences between revisions 2 and 3
Revision 2 as of 2009-07-02 07:24:42
Size: 970
Editor: BurcinErocal
Comment: add more links about factored element discussions
Revision 3 as of 2009-07-10 19:20:26
Size: 1452
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
== An example of adding a new basis to an algebra ==

PEOPLE: Franco Saliola

  This should be a nice exercise in adding a new basis (the seminormal basis) to an algebra (the group algebra of the symmetric group). We don't even have to introduce any new code to construct the basis since it already exists in Sage, thanks to Mike Hansen. On the other hand, I do have a better implementation based on a method that Alain Lascoux explained to me, so we could use that instead.

*-combinat Days Project Idea Page

Implement a generic FactoredElement class

PEOPLE: Burcin Erocal

  • In many combinatorics applications we work with rational functions whose numerator/denominator factor into nice components where the factorization is also known beforehand. The current representation of rational functions in Sage use the expanded form of the numerator and denominator. The goal is to implement a generic wrapper to store elements in a factored representation.
  • sage-devel thread about working with factored denominators

  • another thread

  • code mentined above is here

An example of adding a new basis to an algebra

PEOPLE: Franco Saliola

  • This should be a nice exercise in adding a new basis (the seminormal basis) to an algebra (the group algebra of the symmetric group). We don't even have to introduce any new code to construct the basis since it already exists in Sage, thanks to Mike Hansen. On the other hand, I do have a better implementation based on a method that Alain Lascoux explained to me, so we could use that instead.

<Project name goes here>

PEOPLE: <list of interested participants>

  • <summary & goals of project>

combinat/FPSAC09/projects (last edited 2011-05-24 18:30:01 by KelvinLi)