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

버전 1.2.0.0 (61.3 KB) 작성자: Michael Chan
Gauss' Algorithm to solve for Chinese Remainder Theorem (CRT)
다운로드 수: 333
업데이트 날짜: 2014/6/24

라이선스 보기

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.

인용 양식

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. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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