Gaussian Elimination: Solving Systems of Linear Equations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
matqkks
Messages
283
Reaction score
6
Is it correct that the Gaussian elimination procedure is used in computer software to solve systems of linear equations?
 
Physics news on Phys.org
http://www.mathworks.com/access/helpdesk/help/techdoc/math/f4-983672.html
 
Last edited by a moderator:
In short: yes (with pivoting for numerical stability), but it's far from the only way, and in certain cases other methods may be better (for example, some method based on conjugate gradients is good when the matrix is sparse, and matrix decomposition is useful for when you want to solve Ax = b for several different b).