From bug-octave-request at bevo dot che dot wisc dot edu Sun Feb 6 04:56:54 2000 Subject: Re: svd(A) give wrong results From: Mirek Kwasniak To: bug-octave at bevo dot che dot wisc dot edu Date: Sun, 6 Feb 2000 11:56:36 +0100 On Thu, Feb 03, 2000 at 09:33:22AM +0800, Georg Thimm wrote: > > Bug report for Octave 2.1.24 configured for mips-sgi-irix6.5 > > Description: > ----------- > > svd(A) returns wrong results > > Repeat-By: > --------- > > > ctave:1> svd([1 1 1;0 1 1;0 0 0]) > ans = > > 1.4142 > 1.4142 > 1.0000 Octave 2.0.16 on linux (debian i386): o ctave:52> svd([1 1 1;0 1 1;0 0 0]) ans = 2.13578 0.66215 0.00000 :( Mirek ----------------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.che.wisc.edu/octave/octave.html How to fund new projects: http://www.che.wisc.edu/octave/funding.html Subscription information: http://www.che.wisc.edu/octave/archive.html -----------------------------------------------------------------------