Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Diophantine

New issue 4005 by [email protected]: diophantine(x**3-4*x*y**2+y**3-1)
http://code.google.com/p/sympy/issues/detail?id=4005

In [30]: diophantine(x**3-4*x*y**2+y**3-1)
---------------------------------------------------------------------------
NotImplementedError                       Traceback (most recent call last)
/auto/nest/nest/u/ondrej/repos/sympy/<ipython-input-30-3e11288d858c> in <module>()
----> 1 diophantine(x**3-4*x*y**2+y**3-1)

/auto/nest/nest/u/ondrej/repos/sympy/sympy/solvers/diophantine.py in diophantine(eq, param)
     59         base = term[0]
     60
---> 61         var_t, jnk, eq_type = classify_diop(base)
     62         solution = diop_solve(base, param)
     63

/auto/nest/nest/u/ondrej/repos/sympy/sympy/solvers/diophantine.py in classify_diop(eq)
    221
    222     else:
--> 223         raise NotImplementedError("Still not implemented")
    224
    225     return var, coeff, diop_type

NotImplementedError: Still not implemented


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to