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

https://github.com/zeyu-li/rref

A ref calculator in C++ 🧮
https://github.com/zeyu-li/rref

cpp ref-calculator rref-calculator

Last synced: 9 months ago
JSON representation

A ref calculator in C++ 🧮

Awesome Lists containing this project

README

          

# rref matrix calculator in C++ (via Gauss Jordan method)

## About

This project is a rref calculator. Modify the matrices and
this program will calculate the rref if there exist a rref

The main_hard cpp file require you to hard code the
numbers in matrices into the int structures a and b

On the other hand, the main is a console application that can be run

Also, if illegal rrefs (ie not constant [example: 0x = 2]),
then an error will be printed

Similarly, there will also be an error printed if the matrix
is given anything other than fractions and integers
(floats or decimals will not be accepted)

Also included is a main.h file that does nothing

## Project files

* includes - placeholder txt file
* libs - placeholder txt file, replace with libraries
* src - source code
* test - place to stage tests

Nothing more, nothing less

## Libs

* [cpp_fractions_lib](https://github.com/Zeyu-Li/cpp_fractions_lib)

## Licence

The rules for copy and distributing this project licence are
outlined in the licence.txt file.

This project is under an MIT licence

## Other Notes

.exe files are not kept so you will have to build from source (src)