Gaussian Elimination: Solving Systems of Linear Equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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).