#16819: Implement categories for Lie algebras
-------------------------------------+-------------------------------------
       Reporter:  tscrim             |        Owner:  tscrim
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  categories         |   Resolution:
       Keywords:  lie algebras       |    Merged in:
        Authors:  Travis Scrimshaw   |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  public/categories/lie_algebras-16819|  
6201720759c9f35cb0349a3c71d7b178686ef346
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by tscrim):

 I don't like stating that it is unindexed; in fact, it is typically
 indexed by `[n]`. Currently we don't have good support for other indexed
 instances of `FreeModule`, but this is something we want to change in the
 future. In that vein, I don't quite care for saying it is a column vector.
 Also I'd rather say that we pick an ordering of some basis if it exists,
 rather than saying if there exists one.

 The reason I had an abstract method `module` in `LieAlgebras` was to say
 it was natural, but it was made optional for what I hope are obvious
 reasons.

 I don't really like this paradigm of `from_vector`, but instead just
 wanted to use the basis and/or implementing a general
 `_element_constructor_` in the ABC which handles the conversion (if such a
 conversion exists).

--
Ticket URL: <http://trac.sagemath.org/ticket/16819#comment:50>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to