A simple web application for performing matrix addition. This project provides an interactive interface where users can input matrices and obtain the result of their addition.
- Matrix Input: Allows users to enter matrices of compatible dimensions.
- Result Display: Computes and displays the sum of the matrices.
- Responsive Design: The application is designed to be responsive and user-friendly.
- HTML: Structure of the web page
- CSS: Styling the application
- JavaScript: Logic for matrix addition and user interaction
matrix-addition/
│
├── index.html # Main HTML file for the application
├── styles/
│ ├── main.css # CSS file for styling
│
└── scripts/
├── matrix.js # JavaScript logic for matrix operations
- Clone the repository:
git clone https://github.com/gxthri/matrix-addition.git
- Navigate to the project directory:
cd matrix-addition - Open
index.htmlin your web browser to use the application.
Contributions are welcome! Please submit a pull request or open an issue for any improvements or bug fixes.
This project is licensed under the MIT License..