| Max Alekseyev on Mon, 03 Jun 2013 16:38:26 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Thue solver in pari |
Suppose that I have a Thue equation f(x,y) = m and content(f) does not divide m. Do I need to take care of this situation manually (to avoid possibly lengthy computations) or thue() itself would determine this and quickly return no solutions? Regards, Max