Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Bézout’s Identity (Extended Euclidean Algorithm) #1759

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

ananyashinde2434
Copy link
Contributor

@ananyashinde2434 ananyashinde2434 commented Nov 8, 2024

Bézout’s Identity is a fundamental theorem in number theory that states: for any two integers 𝑎 and 𝑏 with a greatest common divisor
d, there exist two integers 𝑥 and 𝑦 such that:
𝑎𝑥+𝑏𝑦=𝑑 The Extended Euclidean Algorithm is an extension of the Euclidean algorithm that not only finds the GCD of two integers a and b but also finds the coefficients
𝑥 and y that satisfy Bézout's Identity. This algorithm has practical applications in:

Solving linear Diophantine equations.
Computing modular inverses (important in cryptography). Finding integer solutions in various number theory problems.

Bézout’s Identity is a fundamental theorem in number theory that states: for any two integers 
𝑎
a and 
𝑏
b with a greatest common divisor 
𝑑
d, there exist two integers 
𝑥
x and 
𝑦
y such that:

𝑎
𝑥
+
𝑏
𝑦
=
𝑑
ax+by=d
The Extended Euclidean Algorithm is an extension of the Euclidean algorithm that not only finds the GCD of two integers 
𝑎
a and 
𝑏
b but also finds the coefficients 
𝑥
x and 
𝑦
y that satisfy Bézout's Identity. This algorithm has practical applications in:

Solving linear Diophantine equations.
Computing modular inverses (important in cryptography).
Finding integer solutions in various number theory problems.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better

Copy link
Member

@pankaj-bind pankaj-bind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readme.md file missing

@ananyashinde2434
Copy link
Contributor Author

can u tell me how do i add that ?

@pankaj-bind
Copy link
Member

@ananyashinde2434 do you know how to operate git on vs code

@pankaj-bind
Copy link
Member

do one thing open this https://github.com/ananyashinde2434/C and press Dot button . this will convert your github into VS code environment and you will be more comfortable to contribute.

@pankaj-bind
Copy link
Member

But before that sync latest changes on you github by this
Uploading {0AE3C4F7-5850-4F50-B9F7-A73DD4C97224}.png…

@ananyashinde2434
Copy link
Contributor Author

can u tell me where is the dot button u r talking about ?

@pankaj-bind
Copy link
Member

pankaj-bind commented Nov 9, 2024

{39A2B104-9EF5-448A-A833-280B2237AA12}

dot button on keybord

@pankaj-bind pankaj-bind merged commit 5a6134a into AlgoGenesis:main Nov 9, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants