Skip to content

ardaarslan47/Matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages