Using Gauss' Algorithm to solve simultaneous linear congruences for Chinese Remainder Theorem

Gauss' Algorithm to solve for Chinese Remainder Theorem (CRT)
333 descargas
Actualizado 24 jun 2014

Ver licencia

main executing reference usage: usage_GaussAlgoForCRT.m
This demo gives an insight to using the Gauss' Algorithm to solve simultaneous linear congruences for Chinese Remainder Theorem (CRT).
Caveat: For reference purposes.

Citar como

Michael Chan (2024). Using Gauss' Algorithm to solve simultaneous linear congruences for Chinese Remainder Theorem (https://www.mathworks.com/matlabcentral/fileexchange/47026-using-gauss-algorithm-to-solve-simultaneous-linear-congruences-for-chinese-remainder-theorem), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2013b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Numerical Integration and Differential Equations en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.2.0.0

Extend to support multiple linear congruences apart from just 3 previously.

1.1.0.0

Added modinv.m required by the package.

1.0.0.0