This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
Current linear diophantine equation implementation has bug. In Octave and MATLAB percent symbol % isn't modulo operator. It is used for comments. mod is modulo operator.
Current linear diophantine equation implementation has bug. In Octave and MATLAB percent symbol
%
isn't modulo operator. It is used for comments.mod
is modulo operator.