mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
645 B
645 B
#math/linear_algebra
A systems of linear equations and matrices. can be solved via matrix reduction into matrix representation of systems of linear equations#solve.
Gaussian Elimination ::: put an augmented matrix into matrix representation of systems of linear equations#solve#reduced row echelon form and solve by back substitution.
Gauss-Jordan Elimination ::: Put augmented matrix in [[matrix representation of systems of linear equations#solve#reduced row echelon form|reduced row echelon]] form and solve by back substitution.