That's great. One idea of something you can do next is to start
looking at how to integrate this with solve(), so that something like
n, m = symbols('n m', integer=True)
solve(3*n - 4*m - 1, [n, m])
works. This is more of a design issue than an implementation one. We
need to figure out the right way to return parameterized solutions
from solve().
Aaron Meurer
On Wed, Aug 28, 2013 at 1:44 AM, Thilina Rathnayake
<[email protected]> wrote:
> Hi Ondrej,
>
> I finished the last two deliverables(generalized pythagorean equation and
> general sum of squares)
> of my project over the weekend and I think now the project is almost
> complete. But before pulling
> those new code we have to merge the current PR first. Below is it's link
>
> https://github.com/sympy/sympy/pull/2303
>
> To merge this PR we have to merge pernici's PR. Below is the link of his PR.
>
> https://github.com/sympy/sympy/pull/2307
>
> I reviewed it during the last week and since he has made some improvements,
> I am going through it
> once again. I don't think it will take a long time. We can merge it
> afterwards.
>
> Meanwhile I am looking for new types of equations to add to the Diophantine
> module and possible
> improvements in the algorithms used. I found a good book which contains
> various types of equations.
>
> http://books.google.lk/books/about/Diophantine_equations.html?id=QugvF7xfE-oC&redir_esc=y
>
> But it contains only a general introduction for each type of equation. I
> have to find another resource to
> look for the algorithms.
>
> 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.