#17695: Slightly fasten is_cyclotomic()
-------------------------------------+-------------------------------------
       Reporter:  bruno              |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  minor              |    Milestone:  sage-6.5
      Component:  number theory      |   Resolution:
       Keywords:  cyclotomic         |    Merged in:
  polynomials                        |    Reviewers:
        Authors:  Bruno Grenet       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  f79eeaaa630b1bd966a25a2f7b0f7a5f1dda3378
  u/bruno/slightly_fasten_is_cyclotomic__|     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Replying to [comment:7 chapoton]:
 > A side remark:
 >
 > I would like to have a certificate (something like : this is the
 cyclotomic polynomial Phi_20)
 >
 > Is this allowed by the pari function ?

 Of course ;-) From pari documentation
 {{{
 poliscyclo(f): returns 0 if f is not a cyclotomic polynomial,
                and n > 0 if f = Phi_n, the n-th cyclotomic polynomial.
 }}}

 and you can already test it
 {{{
 sage: R.<x> = ZZ[]
 sage: (x^2+x+1)._gp_().poliscyclo()
 3
 sage: (x^2-1)._gp_().poliscyclo()
 0
 }}}

 Vincent

--
Ticket URL: <http://trac.sagemath.org/ticket/17695#comment:8>
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