clarinetmeister Posted March 22, 2009 Share Posted March 22, 2009 (edited) 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.au3Gaussian_elimination_gui_a.au3 Edited March 22, 2009 by clarinetmeister Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now