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

Gauss' Algorithm to solve for Chinese Remainder Theorem (CRT)

Al momento, stai seguendo questo contributo

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.

Cita come

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

Categorie

Scopri di più su Numerical Integration and Differential Equations in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
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