Ticket #4977 (closed defect: fixed)
[with patch, positive review] vector(RR vector) doesn't create a new vector
| Reported by: | jason | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.3 |
| Component: | linear algebra | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
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
Attachments
Change History
comment:1 in reply to: ↑ description Changed 4 years ago by slabbe
comment:2 Changed 4 years ago by ncalexan
- Summary changed from vector(RR vector) doesn't create a new vector to [with patch, needs review] vector(RR vector) doesn't create a new vector
Note: See
TracTickets for help on using
tickets.


I want also to mention that the same problem was occuring when using the Symbolic Ring :