Skip to content

Power series doesn't work with the tuple #11858

@sagetrac-dangtuanhiep

Description

@sagetrac-dangtuanhiep
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

CC: @burcin

Component: commutative algebra

Keywords: sd34

Issue created by migration from https://trac.sagemath.org/ticket/11858

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions