#3146: (latex(a\v), a) gives an error about calling something with too many
arguments.
----------------------------+-----------------------------------------------
 Reporter:  jason           |        Owner:  was                           
     Type:  defect          |       Status:  closed                        
 Priority:  major           |    Milestone:  sage-duplicate/invalid/wontfix
Component:  linear algebra  |   Resolution:  invalid                       
 Keywords:                  |  
----------------------------+-----------------------------------------------
Changes (by mhansen):

  * status:  new => closed
  * resolution:  => invalid
  * milestone:  sage-4.0.1 => sage-duplicate/invalid/wontfix


Comment:

 This now works (most likely with the change to how the backslash operator
 is implemented)

 {{{
 ----------------------------------------------------------------------
 | Sage Version 4.0.1.rc1, Release Date: 2009-06-04                   |
 | Type notebook() for the GUI, and license() for information.        |
 ----------------------------------------------------------------------
 sage: a=matrix(QQ,3,3,range(9))
 sage: v=matrix(QQ,3,1,range(3))
 sage: (latex(a\v), a)

 (\left(\begin{array}{r}
 \frac{1}{3} \\
 0 \\
 0
 \end{array}\right),
  [0 1 2]
 [3 4 5]
 [6 7 8])
 }}}

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