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

[Feature] Add Discriminant Calculator #1747

Closed
3 of 7 tasks
Indrajeety993648 opened this issue Jul 31, 2024 · 4 comments · Fixed by #1748
Closed
3 of 7 tasks

[Feature] Add Discriminant Calculator #1747

Indrajeety993648 opened this issue Jul 31, 2024 · 4 comments · Fixed by #1748
Assignees
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points

Comments

@Indrajeety993648
Copy link
Contributor

Indrajeety993648 commented Jul 31, 2024

Description

Feature Request: Discriminant Calculator

Description

A discriminant calculator is a valuable tool for quickly determining the nature of the roots of a quadratic equation. By calculating the discriminant ((b^2 - 4ac)), users can easily understand whether the roots are real and distinct, real and equal, or complex.

Benefits:

  1. Educational Value: Helps students and educators easily understand quadratic equations.
  2. Time-Saving: Provides quick results, reducing the time spent on manual calculations.
  3. Versatility: Can be integrated into mathematical or educational software.

Proposed Solution

We propose adding a simple interface where users can input the coefficients (a), (b), and (c) of a quadratic equation. The calculator will then compute and display the discriminant, along with an interpretation of the nature of the roots.

Additional Features:

  • Step-by-Step Explanation: Option to show the steps involved in calculating the discriminant.
  • Graphical Representation: Visual representation of the quadratic equation's graph based on the discriminant result.

Conclusion

Implementing a discriminant calculator will enhance the utility of our platform, making it more appealing for users interested in mathematical tools and education.

Screenshots

Screenshot from 2024-08-01 01-25-56

Checklist

  • I have checked the existing issues.
  • I follow Contributing Guidelines of this project.
  • I am a GSSOC'24 contributor.
  • I am a IWOC'24 contributor.
  • I am a JWOC'24 contributor.
  • I am a SWOC'24 contributor.

Code of Conduct

Copy link

Hey @Indrajeety993648, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

@Indrajeety993648
Copy link
Contributor Author

@Rakesh9100 please assign this issue to me . As I already working on the issue and almost about to done

@jessicachawla
Copy link

@Rakesh9100 this issue can be assigned

@Rakesh9100 Rakesh9100 changed the title Add a Discriminant Calculator [Feature] Add Discriminant Calculator Aug 3, 2024
@Rakesh9100 Rakesh9100 added the gssoc GSSoC 2k24 Open Source Program label Aug 3, 2024
Copy link

github-actions bot commented Aug 3, 2024

Hello @Indrajeety993648! Your issue #1747 has been closed. Thank you for your contribution!! 🙌

@Rakesh9100 Rakesh9100 added enhancement ✨ New feature or request calculator addition 📱 Addition of new calculator level3 GSSoC2k24 Level-3 Task -- 45 Points labels Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants