From: olmi@iroe.iroe.fi.cnr.it (Roberto Olmi) Newsgroups: sci.math,sci.math.num-analysis,sci.math.symbolic,sci.stat.math Subject: Re: single value decomposition (SVD) algorithm wanted Date: Fri, 3 Feb 1995 09:59:20 Keywords: single value decomposition algorithm In article jeff@cee.hw.ac.uk (Jeffrey Morgan) writes: >From: jeff@cee.hw.ac.uk (Jeffrey Morgan) >Subject: single value decomposition (SVD) algorithm wanted >Keywords: single value decomposition algorithm >Date: Tue, 31 Jan 1995 15:47:23 GMT >Dear All, >Does anyone have, or know of, an algorithm in Pascal, C, or Algol >(but NOT Fortran!) for Single Value Decomposition (SVD) of a matrix? >I would be most grateful if you could help me out. >Jeff You can use the pascal routines SVDCMP and SVBKSB of the Numerical Recipes in Pascal. A shareware version of these can be found at: archives.math.utk.edu /software/msdos/numerical.analysis/nrpas13/nrpas13.zip Roberto