#20631: Support more variable names in Polynomial_rational_flint
-------------------------------+------------------------
       Reporter:  pbruin       |        Owner:
           Type:  defect       |       Status:  new
       Priority:  minor        |    Milestone:  sage-7.3
      Component:  algebra      |   Resolution:
       Keywords:  galois pari  |    Merged in:
        Authors:  Peter Bruin  |    Reviewers:
Report Upstream:  N/A          |  Work issues:
         Branch:               |       Commit:
   Dependencies:  #20630       |     Stopgaps:
-------------------------------+------------------------
Changes (by pbruin):

 * dependencies:   => #20630


Old description:

> After #20630, the following no longer crashes, but still raises an error:
> {{{
> sage: R.<theta> = QQ[]
> sage: (theta^2 + 1).galois_group(pari_group=True)
> ...
> PariError: theta already exists with incompatible valence
> }}}

New description:

 After #20630, the following no longer crashes, but still raises an error:
 {{{
 sage: R.<theta> = QQ[]
 sage: (theta^2 + 1).galois_group(pari_group=True)
 ...
 PariError: theta already exists with incompatible valence
 }}}
 Several methods in `Polynomial_rational_flint()` have the same problem.
 We solve this by using the variable name `x` instead of the Sage variable
 name when converting to a PARI polynomial.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/20631#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 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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to