If the algorithm is actually complete, and works for higher order roots (not just square roots), then I suppose it should work here.
Aaron Meurer On Tue, Jan 28, 2014 at 3:47 PM, someone <[email protected]> wrote: > Hi, > >> > How can we simplify the roots. Will the more advanced sqrtdenest >> > algorithms help >> > (https://code.google.com/p/sympy/issues/detail?id=93)? > > I'm not sure if this is of any help here, but rechecking and > implementing the complete root denesting algorithm should be > a good thing in any case. See the work by R. Zippel and S. Landau. > > I don't the state of the code in sympy. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy. For more options, visit https://groups.google.com/groups/opt_out.
