quartz/content/vault/reduction or elimination of matrices.md
2022-06-07 16:56:28 -06:00

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.