Opened 10 years ago
Last modified 7 years ago
#11858 new defect
Power series doesn't work with the tuple
Reported by: | dangtuanhiep | Owned by: | malb |
---|---|---|---|
Priority: | trivial | Milestone: | sage-6.4 |
Component: | commutative algebra | Keywords: | sd34 |
Cc: | burcin | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
sage: PS = ZZ[['t']] sage: PS( [1,2,3,4] ) 1 + 2*t + 3*t^2 + 4*t^3 sage: PS( (1,2,3,4) ) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) .... TypeError: unable to coerce <type 'tuple'> to an integer
Change History (7)
comment:1 Changed 10 years ago by
- Description modified (diff)
comment:2 Changed 10 years ago by
- Description modified (diff)
comment:3 Changed 10 years ago by
- Summary changed from Power series to Power series doesn't work with the tuple
comment:4 Changed 8 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:5 Changed 7 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:6 Changed 7 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:7 Changed 7 years ago by
- Milestone changed from sage-6.3 to sage-6.4
Note: See
TracTickets for help on using
tickets.