#18671: Fix in PolynomialSequence
-----------------------------+---------------------------------
  Reporter:  github/switzel  |             Type:  PLEASE CHANGE
    Status:  new             |         Priority:  major
 Milestone:  sage-6.8        |        Component:  PLEASE CHANGE
Resolution:                  |  Report Upstream:  N/A
-----------------------------+---------------------------------
 The code

     F = GF(2)
     L.<t> = PowerSeriesRing(F,'t')
     R.<x,y> = PolynomialRing(L,'x,y')
     PolynomialSequence([0], R)

 does not work because PolynomialSequence makes an implicit distinction
 between fields of characteristic != 2 and finite fields of characteristic
 2. The fix allows for infinite fields of characteristic 2 (treating them
 generically together with fields of characteristic != 2).

 https://github.com/sagemath/sage/pull/41

--
Ticket URL: <http://trac.sagemath.org/ticket/18671>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to