Skip to content

talisma-cassoma/Gaussian-elimination-or-row-reduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaussian elimination or row reduction Algorithm

What for?

for solving a system of linear equations.

Let see how we solve it!

here is one example:

  • x - y - 4z = 3
  • 2x - 3y + 4z = 14
  • 0 + 8y + 2z = 0

calcul

Easy hen!👌😅😂

explanning the algorithm

calcul

calcul

Note Analysis:

Releases

No releases published

Packages

No packages published

Languages