help-octave
[Top][All Lists]
Advanced

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

Re: pinv() error message


From: Ether Jones
Subject: Re: pinv() error message
Date: Thu, 12 Oct 2017 08:07:29 -0700 (MST)

siko1056 wrote
> # 1.3 GB (Octave only) for intermediate computations
> + tic; X2 = A \ b; toc
> Elapsed time is 31.0354 seconds.

Thank you, that was very helpful.

If I may ask, would you try this on your system and tell me if it gives the
same answer (to a reasonable accuracy?):

tic; X3 = (A'*A)\(A'*b); toc

.



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



reply via email to

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