[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
- lsqlin() error message, GoSim, 2019/07/05
- Re: lsqlin() error message, GoSim, 2019/07/05
- Re: lsqlin() error message, GoSim, 2019/07/05
- Re: lsqlin() error message, Doug Stewart, 2019/07/05
- Re: lsqlin() error message, Olaf Till, 2019/07/05
- Re: lsqlin() error message, GoSim, 2019/07/05
- Re: lsqlin() error message, Ardid, Salva, 2019/07/05
- Re: lsqlin() error message, GoSim, 2019/07/05
- Re: lsqlin() error message,
GoSim <=
- Re: lsqlin() error message, Nicholas Jankowski, 2019/07/05
- Re: lsqlin() error message, GoSim, 2019/07/05
Re: lsqlin() error message, GoSim, 2019/07/05
Re: lsqlin() error message, GoSim, 2019/07/05