As these algorithms become more and more just polynomial algorithms, you might consider implementing them in the polys module, or at the very least, use Poly or Ring (I guess Ring() should be used for new code).
Aaron Meurer On Sat, Sep 14, 2013 at 5:38 AM, Thilina Rathnayake <[email protected]> wrote: > Hi David, > > No, I haven't used it. Thanks for pointing that out, I'll have a look at it. > > Regards, > Thilina > > > > On Sat, Sep 14, 2013 at 4:25 PM, David Joyner <[email protected]> wrote: >> >> On Sat, Sep 14, 2013 at 4:42 AM, Thilina Rathnayake >> <[email protected]> wrote: >> > Hi Ondrej, >> > >> > In the past few days I was trying to implement the solutions for general >> > Thue equation in an >> > attempt to fix the following issue, >> > >> > https://code.google.com/p/sympy/issues/detail?id=4005 >> > >> > The issue is regarding the cubic Thue equation, but as I understood >> > after >> > reading some papers, >> > it requires almost the same amount of effort required by a general Thue >> > equation. So, I decided >> > to solve the general one rather than just the cubic case. >> > >> > Here is the paper used in PARI/GP package for implementing the Thue >> > equation. >> > >> > http://dx.doi.org/10.1006/jnth.1996.0129 >> > >> > I found a lot of references but they all need two problems solved. >> > >> > [1] Given a number field, calculate a set of fundamental units >> > [2] Solve the norm equation >> >> >> Do you know how much of these have already been implemented in >> nzmath? >> http://tnt.math.se.tmu.ac.jp/nzmath/ >> >> > >> > As far as I understood, these two problems themselves need a quite a >> > number >> > of algorithms >> >> ... >> >> > but couldn't do it, sorry for that) in the evening. >> > >> > Regards, >> > Thilina. >> > >> > -- >> > 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. > > > -- > 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.
