[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 03:30:04 -0500 (CDT) |
if I do this it works:
C=[1 2 3; 2 4 6]
D=[4 8]'
lsqlin(C,D,[],[])
ans =
-3.7616
-8.8628
7.1624
it still has two linearly dependent rows, maybe because the rows are after
eachother it works?
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- lsqlin() error message, GoSim, 2019/07/05
- Re: lsqlin() error message,
GoSim <=
- 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, 2019/07/05
- Re: lsqlin() error message, Nicholas Jankowski, 2019/07/05