Sulagna-Dutta-Roy / GGExtensions

This is going to be the best repository for new browser extensions.See the Example: Number Guess Game/your files.
MIT License
78 stars 181 forks source link

Add Singular Value Decomposition solver extension #1849

Closed manasdeshpande closed 4 months ago

manasdeshpande commented 4 months ago

Is your feature request related to a problem? Please describe. This feature request aims to create a Chrome extension focused on performing Singular Value Decomposition (SVD) calculations for matrices directly within the browser. The extension will provide a user-friendly interface where users can input matrices of various sizes (2x2, 3x3, or 4x4), perform SVD calculations, and view the results within the extension's popup interface.

Describe the solution you'd like Display the SVD results (singular values, left singular vectors, and right singular vectors) within the extension's popup interface.

Describe alternatives you've considered Creating a standalone web application dedicated to matrix operations, including SVD. Using command-line tools or desktop applications specialized in linear algebra computations.

What problem is this feature trying to solve? The feature solves the problem of providing a quick and accessible tool for performing Singular Value Decomposition (SVD) calculations on matrices directly within a web browser. It reduces the dependency on external tools and enhances the user's workflow efficiency.

How do we know when the feature is complete? The extension accurately calculates and displays singular values, left singular vectors, and right singular vectors for the input matrices.

github-actions[bot] commented 4 months ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

manasdeshpande commented 4 months ago

@Sulagna-Dutta-Roy Could you make the level to level2 as level 1 wont justice the effort(matrix of all size starting 1 to 4* 1 to 4 I am going to put and this will be my last extension since i am on 55 points and level 2 will make it to 80 points

github-actions[bot] commented 4 months ago

Hello @manasdeshpande! Your issue #1849 has been closed. Thank you for your contribution!