8000 GitHub - kdefries/GaussianElimination: Example of Gaussian Elimination
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kdefries/GaussianElimination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

GaussianElimination

  • GaussianElimination inputs a users text file and uses a Scanner to read
  • the text file to create an augmented matrix. The augmented matrix is then
  • composed into reduced row echelon form.
  • Using back substitution, answers are calculated which appear in output.
  • @version September 2018
  • @author Defries, Kevin

Example of output from equations4.txt

X₀ = 1.0

X₁ = 2.0

X₂ = 3.0

X₃ = 4.0

About

Example of Gaussian Elimination

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0