Skip to content

mathisfun2048/row-reducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e35aaf · · Dec 24, 2025

History

42 Commits
Dec 22, 2025
Dec 23, 2025
Dec 24, 2025
Dec 24, 2025
Dec 23, 2025
Dec 24, 2025
Dec 22, 2025
Dec 24, 2025
Dec 24, 2025
Dec 24, 2025
Dec 24, 2025
Dec 24, 2025
Dec 23, 2025
Dec 24, 2025
Dec 24, 2025
Dec 24, 2025
Dec 24, 2025

Repository files navigation

Row Reducer

Screenshot 2025-12-23 at 11 17 46 PM

What is this??

A lot of linear algebra operations that are difficult (or impossible!) to enter into a calculator. This application aims to simplify this through providing 22 different matrix and vector functions accessible through a virtual CLI. The purpous is to help students check their work through a simplistic website.

Screenshot 2025-12-23 at 11 17 06 PM

What functions are avalible?

Glad you asked. So far, we have the following functions:

Scaler / Single Value Functions

det(A) trace(A) rank(A) null(A) magnitude(v) dot_product(v1, v2) lin_ind(A)ind(A)

Matrix / Vector Functions

rref(A) inverse(A) transpose(A) cross(v1, v2) projection(a, v) matrix_mult(A, B) solve_system(A, b) eigenvectors(A)tors(A)

Basis Functions

null_space(A) col_space(A) row_space(A) change_of_basis(old, new)ew)

Decomposition Functions

lu(A) qr(A) diagonalize(A)A)

Cost?

free ninety nine

How to use?

Here's a vercel link! https://row-reducer.vercel.app/

Demo Video!

Screen.Recording.2025-12-23.at.8.38.56.PM.mov