nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern.
- Updated
Jun 17, 2024 - C
nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern.
Gaussian (Gauss Jordan) elimination.
Transform matrix to reduce row echelon form made in python.
C++ program that performs various matrix operations such as addition, subtraction, multiplication, scalar multiplication, transpose, determinant calculation, matrix inversion, checking for symmetry and identity, and converting to row echelon and reduced row echelon forms. It also includes eigenvalue and eigenvector
Python code written for maths class
matrixplusplus is a matrix library written in C++
A Python program for performing matrix operations, including row scaling, swapping, addition/subtraction, and converting matrices into row echelon form using Gaussian elimination. Interactive command-line interface with SymPy integration for precise calculations.
A flask application to perform some linear algebra algorithms
Add a description, image, and links to the row-echelon-form topic page so that developers can more easily learn about it.
To associate your repository with the row-echelon-form topic, visit your repo's landing page and select "manage topics."