AshtamiAS / matricMultiplication

Home Page:https://matric-multiplication.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix Multiplication

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.

Features

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

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/AshtamiAS/matricMultiplication.git
  2. Navigate to the project directory:

    cd matricMultiplication
  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 first and second matrices.
  3. Click the "Generate Matrices" button to create the matrices.
  4. Fill in the values for both matrices.
  5. Click the "Multiply Matrices" button to perform the multiplication.
  6. The resulting matrix will be displayed below the input matrices.

Project Structure

matricMultiplication/
│
├── 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

https://matric-multiplication.vercel.app


Languages

Language:JavaScript 57.1%Language:CSS 25.3%Language:HTML 17.7%