Re: question regarding diofantine equations
- From: rob@xxxxxxxxxxxxxx (Rob Johnson)
- Date: Tue, 10 Apr 2007 21:26:15 GMT
In article <1176237012.557078.287790@xxxxxxxxxxxxxxxxxxxxxxxxxx>,
"laura" <laura.brandusan@xxxxxxxxx> wrote:
I want to solve diofantine equations of form:
ax+by=c,
where a, b and c are real numbers and
x and y are natural numbers (>=0).
Are there any methods for solving this ? I don't want to enumerate all
possible pairs (x,y) and to check which ones are good.
Or, is there possible to decide if the equation has solutions without
solving it?
The algorithm is called the extended euclidean algorithm, and one
implementation is the Euclid-Wallis Algorithm:
<http://www.whim.org/nebula/math/euclid-wallis.html>
Rob Johnson <rob@xxxxxxxxxxxxxx>
take out the trash before replying
to view any ASCII art, display article in a monospaced font
.
- Follow-Ups:
- Re: question regarding diofantine equations
- From: Gerry Myerson
- Re: question regarding diofantine equations
- References:
- question regarding diofantine equations
- From: laura
- question regarding diofantine equations
- Prev by Date: Re: Test if matrices are equivalent in matlab?
- Next by Date: Re: Baseball
- Previous by thread: question regarding diofantine equations
- Next by thread: Re: question regarding diofantine equations
- Index(es):
Relevant Pages
|