AshtamiAS / Matrix-addition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix Addition

This project is a web application for performing matrix addition, built using HTML, CSS, and JavaScript. It allows users to input the dimensions of two matrices, fill in their values, and perform addition.

Features

  • Input matrix dimensions
  • Generate two matrices based on the input dimensions
  • Fill in values for both matrices
  • Perform matrix addition
  • Display the resulting matrix

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/AshtamiAS/Matrix-addition.git
  2. Navigate to the project directory:

    cd Matrix-addition
  3. Open index.html in your web browser to view and interact with the application.

Usage

  1. Open the application in your web browser.
  2. Input the number of rows and columns for the matrices.
  3. Click the "Generate Matrices" button to create the matrices.
  4. Fill in the values for both matrices.
  5. Click the "Add Matrices" button to perform the addition.
  6. The resulting matrix will be displayed below the input matrices.

Project Structure

Matrix-addition/
│
├── css/
│   └── styles.css       # Styles for the application
│
├── js/
│   └── script.js        # JavaScript functionality
│
├── index.html           # Main HTML file
│
└── README.md            # Project documentation

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch with a descriptive name.
  3. Make your changes and commit them.
  4. Push your changes to your fork.
  5. Create a pull request with a description of your changes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About


Languages

Language:JavaScript 49.1%Language:CSS 34.1%Language:HTML 16.9%