https://github.com/patilyashh/matrices-
https://github.com/patilyashh/matrices-
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patilyashh/matrices-
- Owner: PATILYASHH
- Created: 2023-12-26T16:59:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T04:58:53.000Z (over 2 years ago)
- Last Synced: 2025-07-22T20:42:44.401Z (12 months ago)
- Language: HTML
- Homepage: https://matrixcalculator.vercel.app
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matrix Determinant Calculator
This is a simple web application that allows users to calculate the determinant of a 3x3 matrix. The application is built using HTML, CSS, and JavaScript.
## Features
- Input fields for entering the elements of a 3x3 matrix.
- Button to calculate the determinant of the entered matrix.
- Clear and visually appealing design.
## Usage
1. Clone or download the repository.
2. Open the `index.html` file in a web browser.
3. Enter the matrix elements in the respective input fields.
4. Click the "Calculate Determinant" button to see the result.
## File Structure
- `index.html`: Main HTML file containing the structure of the web page.
- `styles.css`: CSS file for styling the web page.
- `script.js`: JavaScript file containing the logic for matrix determinant calculation.
## Contributing
Feel free to contribute to the project by opening issues or submitting pull requests. Your feedback and improvements are welcome!
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Built with love and passion for coding.