Max Alekseyev on Thu, 20 Nov 2008 00:29:34 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Pell's equations and beyond
|
- To: pari-users <pari-users@list.cr.yp.to>
- Subject: Pell's equations and beyond
- From: "Max Alekseyev" <maxale@gmail.com>
- Date: Wed, 19 Nov 2008 15:26:57 -0800
- Delivery-date: Thu, 20 Nov 2008 00:29:34 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=CqjvxjyqPOfok5n0XonLTGRel9G48ovk4NsTvNGifNw=; b=Yl5jlJv4TlsKUnz1A8RFo7PadkBbUv1FzlPSmPx32oo+t0eYko2AJK/cE5sCvZ/YSX dN4cDb6xygRWyiGC9+j82Se6HxhIS2tHv1vFrnpSctQ5aWUhDcbLQzWf7373dc2QUwKH pKMe/RyxqyoXtuzvBSk5iow6g21ihRiqIjJOU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=ihXa94TpOtUuKQ5awFvT74xGJQE9M8xZkG1nzcupv7242L/ibe72r5PHvAQB+7fGmr 0vM7ZLQkJseQi+fN32WYhus6BNikXuyfJsJgfeBTqr6+T/gE3ZUQL1UD0hXBqawwb5ux ff9VBo6PLVKHk/Vk25wW0ooAZhhTf6bJZP0lQ=
- Mailing-list: contact pari-users-help@list.cr.yp.to; run by ezmlm
Dear pari-users,
I dream about having the functionality of Dario Alpern's quadratic
bivariate Diophantine equation solver:
http://www.alpertron.com.ar/QUAD.HTM
in PARI/GP. Is anything like that already present there?
At the moment, I'm not even sure if there is a simple way to solve
Pell's equations in PARI/GP.
Could you please clarify what is the best way (and if there exists one
without much programming) to solve the following equations in PARI/GP:
1) Pell's equation x^2 - D y^2 = 1, where D is integer ?
2) Generalized Pell's equation x^2 - D y^2 = c, where D and c are integer ?
3) Quadratic bivariate Diophantine equation in the general form: ax^2
+ bxy + cy^2 + dx + ey + f = 0, where a,b,c,d,e,f are integer
coefficients ?
Thanks,
Max