Skip to content

Sanket5758/Matrices-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 file for details.

Acknowledgments

  • Built with love and passion for coding.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 40.4%
  • CSS 40.3%
  • JavaScript 18.1%
  • Nix 1.2%