Solution Of System Of Congruences

This Matlab m file solve a system of congruence and give you a result
63 download
Aggiornato 4 nov 2016

Visualizza la licenza

% A naive approach to calculate the solution for a
% system of congruences of the type...
% a1 x= b1 (mod m1)
% a2 x= b2 (mod m2)
% a3 x= b3 (mod m3)
% --------------
%---------------
% an x= bn (mod mn)
%Ther is exactly one solution of the system modulo[m1,m2.....mn]
%but the solution must lie in the set S={0,1,2....L} ,where L=lcm[m1,m2.....mn]
% the integer which satiesfy all the above equation is estentially the
% solution of that System.

Cita come

Sayeed Motaleb (2025). Solution Of System Of Congruences (https://it.mathworks.com/matlabcentral/fileexchange/60107-solution-of-system-of-congruences), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0