rizhu / silas

Somewhat Interactive Linear Algebra Software
GNU General Public License v3.0
1 stars 0 forks source link

Implement Gauss-Jordan elimination #5

Closed rizhu closed 5 years ago

rizhu commented 5 years ago

Rewrite elim_gaussian to elim where elim takes a parameter to choose between Gaussian and Gauss-Jordan row-reduction.

rizhu commented 5 years ago

Uses add-gauss-jordan branch