#8947: pretty printing of vectors over callable symbolic rings
------------------------------+---------------------------------------------
   Reporter:  jason           |       Owner:  jason, was  
       Type:  enhancement     |      Status:  needs_review
   Priority:  major           |   Milestone:  sage-4.4.2  
  Component:  linear algebra  |    Keywords:              
     Author:  Jason Grout     |    Upstream:  N/A         
   Reviewer:                  |      Merged:              
Work_issues:                  |  
------------------------------+---------------------------------------------

Comment(by jason):

 Replying to [comment:6 rbeezer]:
 > Hi Jason,
 >
 > Nice patch.
 >
 > 1.  Do you think this should be called
 "free_module_element_callable_symbolic_dense"?  Technically these don't
 have to be vectors, and they do have entries over a ring?  Yes, that's an
 unwieldy name.  ;-)  Just asking.

 Well, Sage thinks that it is a field:

 {{{

 sage: f(x,y)=x^2+y
 sage: R=f.parent()
 sage: R
 Callable function ring with arguments (x, y)
 sage: R.is_field()
 True
 }}}


 >
 > 2.  Do you want to add it into the documentation, doesn't seem to be
 included when I build the docs?
 >
 > 3.  Docstring for _latex_ looks like it has an indentation problem that
 needs fixing.

 Looks like (2) and (3) both probably need to be fixed.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8947#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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to