From: "Dann Corbit" Subject: Re: crout's method Date: Wed, 17 May 2000 16:09:35 -0700 Newsgroups: alt.algebra.help,sci.math.num-analysis Summary: [missing] Here is a nice overview of matrix solving methods: http://www.engineering.usu.edu/mae/faculty/stevef/ENGR2200/Nm2/NM_Chapter2.h tml And another: http://mpec.sc.mahidol.ac.th/numer/STEP15.HTM Here is LU decomposition: http://mathworld.wolfram.com/LUDecomposition.html -- C-FAQ: http://www.eskimo.com/~scs/C-faq/top.html "The C-FAQ Book" ISBN 0-201-84519-9 C.A.P. Newsgroup http://www.dejanews.com/~c_a_p C.A.P. FAQ: ftp://38.168.214.175/pub/Chess%20Analysis%20Project%20FAQ.htm "ted sussman" wrote in message news:8fv48u$qt6$1@bob.news.rcn.net... > Hi, I was wondering if anyone could help explain crout's method for > factoring a matrix into lower and upper triangular matrices. Thanks for any > help.