Skip to content

Python code that inputs a matrix from a file, finds the Row-Reduced Echelon Form and outputs all the necessary steps in compilable LaTeX source code.

Notifications You must be signed in to change notification settings

jtaaa/Matrix-to-RREF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matrix to RREF

Python code that inputs a matrix.txt, finds the Row-Reduced Echelon Form and outputs all the necessary steps in compilable LaTeX source code.

It can even handle (to some extent) variables as co-efficients in systems of linear equations. The compilable latex code is currently printed into a RREF.txt and displays every Elementary Row Operation taken to reduce the matrix.

About

Python code that inputs a matrix from a file, finds the Row-Reduced Echelon Form and outputs all the necessary steps in compilable LaTeX source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages