#2549: Implement VectorSpace over symbolic function ring
----------------------------+----------------------------------------------
       Reporter:  edrex     |        Owner:  cwitty
           Type:            |       Status:  needs_review
  enhancement               |    Milestone:  sage-duplicate/invalid/wontfix
       Priority:  major     |   Resolution:
      Component:  misc      |    Merged in:
       Keywords:            |    Reviewers:
        Authors:            |  Work issues:
Report Upstream:  N/A       |       Commit:
         Branch:            |     Stopgaps:
   Dependencies:            |
----------------------------+----------------------------------------------
Changes (by mmezzarobba):

 * status:  new => needs_review
 * milestone:  sage-6.2 => sage-duplicate/invalid/wontfix
 * upstream:   => N/A


Comment:

 Can this ticket be closed? The specific feature it was asking for now
 (sort of) exists:
 {{{
 sage:
 var('x,y,z');VS=VectorSpace(CallableSymbolicExpressionRing((x,y,z)),2)
 (x, y, z)
 sage: VS.an_element()
 (x, y, z) |--> (1, 0)
 }}}
 and work on various kinds of tensor fields is ongoing as part of
 SageManifolds (#14865, #15916).

--
Ticket URL: <http://trac.sagemath.org/ticket/2549#comment:7>
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