help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lsqlin() error message


From: GoSim
Subject: Re: lsqlin() error message
Date: Fri, 5 Jul 2019 08:43:03 -0500 (CDT)

C=[1 2 3;4 5 6]
D=[4   5]'
lsqlin(C,D,[],[])
ans =

   2.4495
  -4.8990
   2.4495


removing the linearly dependent rows makes it work. So the algorithm should
remove rows which are linearly dependent is a solution idea.
But if the matrix is only two rows which are lin. dependent it works... so
this is a really nice bug. This error message has appeared to me for a long
time and I finally could recreate it.




--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]