This project is a web application for performing matrix multiplication, built using HTML, CSS, and JavaScript. It allows users to input the dimensions of two matrices, fill in their values, and perform multiplication.
- Input matrix dimensions
- Generate two matrices based on the input dimensions
- Fill in values for both matrices
- Perform matrix multiplication
- Display the resulting matrix
-
Clone the repository:
git clone https://github.com/AshtamiAS/matricMultiplication.git
-
Navigate to the project directory:
cd matricMultiplication
-
Open
index.html
in your web browser to view and interact with the application.
- Open the application in your web browser.
- Input the number of rows and columns for the first and second matrices.
- Click the "Generate Matrices" button to create the matrices.
- Fill in the values for both matrices.
- Click the "Multiply Matrices" button to perform the multiplication.
- The resulting matrix will be displayed below the input matrices.
matricMultiplication/
│
├── css/
│ └── styles.css # Styles for the application
│
├── js/
│ └── script.js # JavaScript functionality
│
├── index.html # Main HTML file
│
└── README.md # Project documentation
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch with a descriptive name.
- Make your changes and commit them.
- Push your changes to your fork.
- Create a pull request with a description of your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.