Jump to content

Gaussian elimination


Recommended Posts

Gaussian elimination (http://en.wikipedia.org/wiki/Gaussian_elimination) is a simple algorithm that efficiently and methodically solves systems of linear equations using elementary row operations on augmented matrices (arrays in AutoIt) to reduce them to triangular form. Substitution is then used to solve for each variable. The attached function (_SolveLinearSystem) uses Gaussian elimination to solve linear systems with the same number of variables as equations. I am also attaching a GUI.

Have fun!

Gaussian_elimination_function.au3

Gaussian_elimination_gui_a.au3

Edited by clarinetmeister
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...