Skip to content

A program to find the echelon and reduced echelon form of a matrix of any order.

Notifications You must be signed in to change notification settings

saad0510/echelon-matrix-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echelon Form Calculator

A program to find the echelon and reduced echelon form of a matrix of any order.

Organization

The project consists of following folders:

  1. include/ – to store the custom header files.
  2. lib/ – to store the definitions of custom header files.

The program consists of following classes:

  1. Fraction - mathematical fractions.
  2. Row - matrix rows.
  3. Matrix - a matrix.

Run Locally

Clone the project

  git clone git@github.com:saad0510/echelon-matrix-calculator.git

Go to the project directory

  cd echelon-matrix-calculator

Open the input.txt file with your favorite editor and write: - the order of the matrix in the first line. - each row in a separate new line

Generate object files

  g++ -c lib/*

Compile && run the program

  g++ main.cpp *.o -o main.out
  ./main.out

Screenshots

Screenshot

Last Updated

December, 2021

Authors

About

A program to find the echelon and reduced echelon form of a matrix of any order.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages