Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/usmana5809/matrix-operations-cpp

C++ program that performs various matrix operations such as addition, subtraction, multiplication, scalar multiplication, transpose, determinant calculation, matrix inversion, checking for symmetry and identity, and converting to row echelon and reduced row echelon forms. It also includes eigenvalue and eigenvector
https://github.com/usmana5809/matrix-operations-cpp

calculator cpp determinant eigenvalues eigenvector- identity-matrix- inverse-matrix linear-algebra matrix-calculator matrix-operations reduced-row-echelon-form row-echelon-form symmetry transpose

Last synced: 27 days ago
JSON representation

C++ program that performs various matrix operations such as addition, subtraction, multiplication, scalar multiplication, transpose, determinant calculation, matrix inversion, checking for symmetry and identity, and converting to row echelon and reduced row echelon forms. It also includes eigenvalue and eigenvector

Awesome Lists containing this project

README

        

# Matrix Operations in C++
This repository contains a C++ program that demonstrates various matrix operations using classes. Below are the operations included:

- Matrix Addition
- Matrix Subtraction
- Matrix Multiplication
- Scalar Multiplication
- Transpose of a Matrix
- Determinant Calculation
- Inverse of a Matrix
- Checking for Symmetry
- Checking for Identity Matrix
- Converting to Row Echelon Form
- Converting to Reduced Row Echelon Form
- Eigenvalue and Eigenvector Calculation

## How to Use
1. Clone the repository to your local machine.
2. Compile and run `matrix_operations.cpp`.
3. Follow the on-screen instructions to perform different matrix operations.

Feel free to explore and modify the code as needed!

## Instructions:
1.Clone the Repository:
```bash
git clone
```
2.Compile and Run:
Compile the matrix_operations.cpp file using a C++ compiler (e.g., g++).
Run the compiled executable.
3.Follow On-screen Instructions:
The program will guide you through various matrix operations.