mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
8 lines
645 B
Markdown
8 lines
645 B
Markdown
#math/linear_algebra
|
|
|
|
|
|
A [[systems of linear equations and matrices.|system of linear equations]] can be solved via matrix reduction into [[matrix representation of systems of linear equations#solve|row echelon form or reduced row echelon form]].
|
|
|
|
Gaussian Elimination ::: put an augmented matrix into [[matrix representation of systems of linear equations#solve#reduced row echelon form|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. |