Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
150 stars 398 forks source link

[Feature] Add Matrix Rank Calculator #1835

Open its-harshitgoel opened 1 month ago

its-harshitgoel commented 1 month ago

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

Code of Conduct

github-actions[bot] commented 1 month ago

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 commented 1 month ago

@Rakesh9100 Please assign it to me!