Skip to content

gxthri/matrix-addition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Addition

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.

Features

  • 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.

Technologies Used

  • HTML: Structure of the web page
  • CSS: Styling the application
  • JavaScript: Logic for matrix addition and user interaction

Project Structure

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

Getting Started

  1. Clone the repository:
    git clone https://github.com/gxthri/matrix-addition.git
  2. Navigate to the project directory:
    cd matrix-addition
  3. Open index.html in your web browser to use the application.

Contributing

Contributions are welcome! Please submit a pull request or open an issue for any improvements or bug fixes.

License

This project is licensed under the MIT License..

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published