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 Matrix Rank Calculator #1835

Closed
4 of 7 tasks
its-harshitgoel opened this issue Aug 9, 2024 · 3 comments
Closed
4 of 7 tasks

[Feature] Add Matrix Rank Calculator #1835

its-harshitgoel opened this issue Aug 9, 2024 · 3 comments
Labels
duplicate 🔁 This issue or pull request already exists

Comments

@its-harshitgoel
Copy link

Description

Implement a feature to calculate the rank of a matrix. Users should be able to input matrix dimensions, enter values, and calculate the matrix rank.

Requirements:
UI:
Form for specifying matrix dimensions (rows and columns).
Modal popup for entering matrix values.
Button to calculate rank and display the result.

Functionality:
Dynamically generate input fields based on dimensions.
Calculate rank using Gaussian elimination.
Show result in the main interface.

Steps:
Enter matrix dimensions.
Generate matrix inputs in a modal.
Enter matrix values and calculate rank.
Display the result.

Screenshots

Output:
image

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

github-actions bot commented Aug 9, 2024

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

@its-harshitgoel
Copy link
Author

its-harshitgoel commented Aug 9, 2024

@Rakesh9100 Please assign it to me!

@Rakesh9100 Rakesh9100 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 2, 2024
@Rakesh9100 Rakesh9100 added the duplicate 🔁 This issue or pull request already exists label Dec 2, 2024
Copy link

github-actions bot commented Dec 2, 2024

Hello @its-harshitgoel! Your issue #1835 has been closed. Thank you for your contribution!! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate 🔁 This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants