diophantine_nd, a MATLAB code which is given a Diophantine equation in N variables, and returns all strictly positive solutions or all nonnegative solutions.
The computer code and data files described and made available on this web page are distributed under the MIT license
diophantine_nd is available in a MATLAB version and an Octave version and a Python version.
diophantine, a MATLAB code which finds one solution of a diophantine equation in any number of variables.
diophantine_2d, a MATLAB code which is given a Diophantine equation in 2 variables, and can characterize all solutions, all strictly positive solutions, or all nonnegative solutions.
diophantine_3d, a MATLAB code which is given a Diophantine equation in 3 variables, and can return all strictly positive solutions, or all nonnegative solutions.
diophantine_4d, a MATLAB code which is given a Diophantine equation in 4 variables, and can return all strictly positive solutions, or all nonnegative solutions.
diophantine_5d, a MATLAB code which is given a Diophantine equation in 5 variables, and can return all strictly positive solutions, or all nonnegative solutions.