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:34:30 -0500 (CDT)

Thanks. 

this could be something:

C=[1 2 3; 2 4 6;4 5 6]
D=[4  8 5]'

mldivide(D,C)
ans =

   0.38095   0.61905   0.85714

mldivide(C,D)
warning: matrix singular to machine precision
ans =

  -1.55556
   0.11111
   1.77778



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



reply via email to

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