Extended Euclidean Algorithm (EEA)

버전 1.0.0 (5.29 KB) 작성자: Claudio Fontana
The EEA computes the GCD of two integers and their Bézout coefficients, playing a fundamental role in number theory and cryptography.
다운로드 수: 9
업데이트 날짜: 2025/4/11

라이선스 보기

The extended Euclidean algorithm computes the GCD of two integer numbers while determining the Bézout coefficients 𝑥 and 𝑦 such that 𝑎𝑥+𝑏𝑦=gcd(𝑎,𝑏). This method is particularly useful in number theory and cryptography, especially for computing modular inverses, which are essential in methods such as RSA encryption.
The attached livescript provides the implementation of the extended Euclidean algorithm in both recursive and iterative versions. Each version is accompanied by an explanation of its correctness.

인용 양식

Claudio Fontana (2025). Extended Euclidean Algorithm (EEA) (https://kr.mathworks.com/matlabcentral/fileexchange/180770-extended-euclidean-algorithm-eea), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2024b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0