Skip to content

RafaZri/Matrix3x3-ADT-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Matrix3x3-ADT-CPP

## Overview
This project implements a 3x3 matrix abstract data type (ADT) in C++. The Matrix3x3 ADT supports various matrix operations through operator overloading, making it user-friendly for mathematical applications.

## Features
- **Basic Matrix Operations**: Addition, subtraction, multiplication, and scalar operations.
- **Advanced Calculations**: Determinant, transpose, inverse, and more.
- **Operator Overloading**: Intuitive syntax for matrix operations with overloaded operators.
- **Error Handling**: Handles cases like division by zero and non-invertible matrices.

## Building the Project
This project uses CMake for building. To compile:
```bash
mkdir build
cd build
cmake ..
make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages