Skip to content

A command-line program that allows users to find matrix echelon forms, RREFs, and more. (Work in progress)

Notifications You must be signed in to change notification settings

spenserwenhe/matrix-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Math Implementation

Contributor: Spenser Fong

Overview

A command-line program that solves linear systems using echelong forms. It allows users to find matrix echelon forms, RREFs, and more. It currently only supports finding echelon forms and RREFs. This project was inspired by coursework in linear algebra, analog signal processing, and electronics.

REQUIRED FILES: matrix.h/cpp, main.cpp, Makefile

To run the program, do make main to compile, then do ./main to run.

TODO I currently plan on doing two things:

  1. Implementing determinants, inverse matrices, decomps (LU, QR, etc.)
  2. Executing matrix functions will not affect the matrix stored, and will therefore let users to call other matrix functions on the current matrix before scrapping the matrix.

About

A command-line program that allows users to find matrix echelon forms, RREFs, and more. (Work in progress)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published