#4977: vector(RR vector) doesn't create a new vector
----------------------------+-----------------------------------------------
 Reporter:  jason           |       Owner:  was     
     Type:  defect          |      Status:  new     
 Priority:  major           |   Milestone:  sage-3.3
Component:  linear algebra  |    Keywords:          
----------------------------+-----------------------------------------------
 {{{
 Hi,

 Is there a reason why, in sage 3.2.2, the following works :

 sage: vector(vector((1, 6)))
 (1, 6)

 but the following doesn't :

 sage: vector(vector((1, 6.8)))
 Traceback (most recent call last):
 ...
 TypeError: _vector_() takes exactly one argument (0 given)

 ???

 Thank you,

 Sébastien Labbé
 UQAM


 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4977>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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