From: Adam Florence Subject: Re: matlab implementations??? Date: Thu, 20 Jan 2000 13:07:13 -0500 Newsgroups: sci.math.num-analysis Summary: [missing] I would suggest reading Charles van Loan's "Introduction to Scientific Computing". You can get Matlab code to do your operations off his home page. LU factorization, with and without pivoting: http://www.cs.cornell.edu/cv/Books/SCMV/Mfiles/chap6.htm Cholesky factorization, 6 different versions: http://www.cs.cornell.edu/cv/Books/SCMV/Mfiles/chap7.htm QR factorization: http://www.cs.cornell.edu/cv/Books/SCMV/Mfiles/chap7.htm Adam Florence Cornell University computer science (Full disclosure: van Loan is my advisor.) Alexandros Philopoulos wrote: > I actually need the source code in Matlab > > N. Shamsundar wrote in message <3885E574.3F9C64A4@uh.edu>... > >The request is confusing, since the functions lu(), chol(), qr() > >are integral to Matlab. Do you seek the functionality or the > >actual source code in Matlab (for pedagogical use) ? > > > >N. Shamsundar > >University of Houston > > > >Alexandros Philopoulos wrote: > >> > >> Hi there > >> > >> is there somewhere out there matlab implementations of the LAPACK > functions > >> a) LU factorisation GETRF > >> b) Cholesky factorisation POTRF > >> c) QR factorisation GEQRF > >> > >> Thanks in advance > >> > >> ____________________________________________ > >> Alexandros Philopoulos > >> University of Patras,Greece > >> School of Engineering > >> Department of Computer Engineering and Informatics > >> e-mail address: filo@ceid.upatras.gr