Ticket #5468 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

matrix creation over laurent polynomial rings

Reported by: wuthrich Owned by: malb
Priority: major Milestone: sage-4.3.2
Component: commutative algebra Keywords:
Cc: Work issues:
Report Upstream: N/A Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

A.<Y> = QQ[]
R.<X> = LaurentPolynomialRing(A)
matrix(R,2,2,[X,0,0,1])

gives a

TypeError: Unable to coerce X (<type 'sage.rings.polynomial.laurent_polynomial.LaurentPolynomial_mpair'>) to Rational

The same problem occurs with LaurentSeriesRing, but not with PowerSeriesRing.

I have not tried to chase where the problem actually comes from.

Change History

comment:1 Changed 3 years ago by mhansen

  • Report Upstream set to N/A

This is fixed by #3617

comment:2 Changed 3 years ago by mvngu

  • Status changed from new to closed
  • Resolution set to fixed

Closed as fixed by #3617.

Note: See TracTickets for help on using tickets.