Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 885 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 885 Bytes

Matrix Manipulation Project

This project provides a C++ implementation for basic matrix manipulation operations, including addition, multiplication, transpose, determinant calculation, adjoint matrix calculation, and matrix inversion. It includes classes for handling general matrices and square matrices (quadratic matrices).

Features

  • Addition of matrices of the same size
  • Multiplication of matrices
  • Transpose of matrices
  • Determinant calculation for square matrices
  • Adjoint matrix calculation for square matrices
  • Inverse matrix calculation for square matrices

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • C++ compiler supporting C++11 or later
  • Git (optional, if you want to clone the repository)

Installation

  1. Clone the repository:

    git clone https://github.com/ardaarslan47/Matrix