English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Compare and contrast the methods of solving systems of linear equations

2007-11-29 11:45:13 · 1 answers · asked by Anonymous in Science & Mathematics Mathematics

1 answers

Well, what methods have you studied? Are you dealing with two equations in two unknowns or the more general cases.

For reasonable, dense, matrices, the LUP algorithm is generally preferred:
http://en.wikipedia.org/wiki/LU_decomposition

It is computes the results directly, with less effort and better numerical stability than trying to do Gaussian elimination directly.

However, there are situations where it is still better to use an iterative approach:
http://ikpe1101.ikp.kfa-juelich.de/briefbook_data_analysis/node156.html
http://stinet.dtic.mil/oai/oai?verb=getRecord&metadataPrefix=html&identifier=ADA141718

(When solving stiff ODE's the solution from one set of linear equations can often be used as the starting value for the next set, improving the efficiency of iteration dramatically)

2007-12-02 16:29:29 · answer #1 · answered by simplicitus 7 · 0 0

fedest.com, questions and answers