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

Added Chinese Remainder Theorem Calculator #1985

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dpgaharwal
Copy link
Contributor

Fixes Issue🛠️

Closes #1982

Description👨‍💻

This update introduces a Chinese Remainder Theorem Calculator. It allows users to input a system of modular equations, and it computes the solution using the Chinese Remainder Theorem (CRT). The calculator also provides a step-by-step explanation of the solution process, including checks for coprimeness of the moduli, calculation of the values needed, and the final solution. It supports dynamic addition and removal of equations, making it flexible for various systems of modular equations.

Type of Change📄

  • Bug fix (non-breaking change which fixes a bug)
  • New feature (non-breaking change which adds functionality)
  • Style (non-breaking change which improves website style or formatting)
  • Documentation (non-breaking change which updates or adds documentation)
  • Responsiveness (non-breaking change which improves UI/UX on different screen sizes)

Checklist✅

  • I am an Open Source contributor
  • I have performed a self-review of my code
  • My code follows the style guidelines of this project
  • I have commented on my code, particularly in hard-to-understand areas

Screenshots/GIF📷

image


Copy link

netlify bot commented Jan 14, 2025

👷 Deploy request for calcdiverse pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 4cd2695

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.

Hey @dpgaharwal, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨

@dpgaharwal
Copy link
Contributor Author

@Rakesh9100
Sorry for the delay sir, As my college exam is going on.
Thank you.

@Rakesh9100 Rakesh9100 changed the title Added CRT Calculator Added Chinese Remainder Theorem Calculator Jan 15, 2025
@Rakesh9100
Copy link
Owner

Add your calculator part in the calculators.json file, make the new commit in this same PR, don't close this @dpgaharwal

@Rakesh9100 Rakesh9100 added the question 🤔 Further information is requested label Jan 15, 2025
@dpgaharwal
Copy link
Contributor Author

@Rakesh9100
I updated the calculator.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question 🤔 Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add Chinese Remainder Theorem Calculator
2 participants