#11858: Power series
-----------------------------------+----------------------------------------
Reporter: dangtuanhiep | Owner: malb
Type: defect | Status: new
Priority: trivial | Milestone: sage-4.7.2
Component: commutative algebra | Keywords: sd34
Work_issues: | Upstream: N/A
Reviewer: | Author: Hiep Dang, Burcin Erocal
Merged: | Dependencies:
-----------------------------------+----------------------------------------
Description changed by dangtuanhiep:
Old description:
> 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
New description:
[[Image(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
)]]
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11858#comment:1>
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.