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

Merged
merged 3 commits into from
Jan 16, 2025

Conversation

dpgaharwal
Copy link
Contributor

@dpgaharwal dpgaharwal commented Jan 14, 2025

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📄

  • New feature (non-breaking change which adds functionality)

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 Preview for calcdiverse ready!

Name Link
🔨 Latest commit 480b25b
🔍 Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/67893e8738acc900084608de
😎 Deploy Preview https://deploy-preview-1985--calcdiverse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

@Rakesh9100 Rakesh9100 merged commit 03e1415 into Rakesh9100:main Jan 16, 2025
4 checks passed
Copy link

Congrats, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to my project 🚀 Keep Contributing!! ✨ @dpgaharwal

@Rakesh9100 Rakesh9100 added Completed 🥳 PR successfully merged and issue resolved on completion SWOC SWOC Open Source Program Advance Complex task and removed question 🤔 Further information is requested labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Advance Complex task Completed 🥳 PR successfully merged and issue resolved on completion SWOC SWOC Open Source Program
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add Chinese Remainder Theorem Calculator
2 participants