On Mon, Mar 17, 2014 at 8:37 PM, Nguyen Tung <[email protected]> wrote:
> And another question, I've read the paper you gave me containing the > algorithm that we want to implement. However, I think I don't really get > the idea (notations, methods ...). Is there any chance I can still > implement the module? > > Well, try to implement something you understand very well. It doesn't need to be from the paper I have linked in the Pull Request. Also, there is not enough work on that paper for the summer. > On Sunday, March 16, 2014 9:39:20 PM UTC+2, Nguyen Tung wrote: >> >> Hi, >> >> I've worked on the first issue you gave me: >> >> diophantine(x**3-4*x*y**2+y**3-1) >> >> I've found a bug in your classify_diop() that yields an error. In line >> 322, you put a '==' which should be '='. But even I fix that, the code gave >> me set([]) (which I assume no solution). Then, I tried to solve the >> equation by hand and I came up with (1, 0) (0, 1) (-2, 1) (2, 1) (in the >> order of (x, y)). Now I have two questions: >> >> - Is my solution complete? >> - Why did you add x**2*y : 0 to the 'coeff' dictionary after after >> conclude diop_type = 'cubib thue' ? >> >> On Thursday, March 13, 2014 3:41:41 PM UTC+2, Nguyen Tung wrote: >>> >>> Hi, >>> My name is Tung. I'm 19 and I'm from Vietnam. I have a question >>> concerning Diophantine equation. In the very last line of your Ideas list, >>> you say there is more work to do. So can you tell me more information about >>> this topic and what exactly need to be done ? >>> >> -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/e4d9bd84-cc75-461d-9787-c96f87c57d3d%40googlegroups.com<https://groups.google.com/d/msgid/sympy/e4d9bd84-cc75-461d-9787-c96f87c57d3d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAPnoRore5CZzRFaoxbi5e-JWnbOWG4YPuRNNAjiXy0une8HvWQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
