#9031: algebraic_dependency with algorithm=fpLLL
------------------------------------+--------------------------
       Reporter:  zimmerma          |        Owner:  AlexGhitza
           Type:  enhancement       |       Status:  new
       Priority:  major             |    Milestone:  sage-6.4
      Component:  basic arithmetic  |   Resolution:
       Keywords:                    |    Merged in:
        Authors:                    |    Reviewers:
Report Upstream:  N/A               |  Work issues:
         Branch:                    |       Commit:
   Dependencies:                    |     Stopgaps:
------------------------------------+--------------------------

Comment (by zimmerma):

 >  Sage's command does call fpLLL. This ticket should be closed.

 ok, but the documentation should be fixed:
 {{{
    Note that "algebraic_dependency" is a synonym for "algdep".
 sage: a=sqrt(2)+sqrt(3);algebraic_dependency(a,4)
 ---------------------------------------------------------------------------
 NameError                                Traceback (most recent call last)
 <ipython-input-10-0409cbaa7642> in <module>()
 ----> 1
 a=sqrt(Integer(2))+sqrt(Integer(3));algebraic_dependency(a,Integer(4))

 NameError: name 'algebraic_dependency' is not defined
 }}}
 and:
 {{{
    You can specify the number of known bits or digits of z with
    "known_bits=k" or "known_digits=k". PARI is then told to compute
    the result using 0.8k of these bits/digits.
 }}}
 If fpLLL is used now, {{{PARI}}} should be removed or replaced here.

 Paul

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