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++ 🧮
- Host: GitHub
- URL: https://github.com/zeyu-li/rref
- Owner: Zeyu-Li
- License: mit
- Created: 2019-10-25T03:11:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T17:50:50.000Z (over 6 years ago)
- Last Synced: 2025-01-22T22:09:19.396Z (over 1 year ago)
- Topics: cpp, ref-calculator, rref-calculator
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)