help-octave
[Top][All Lists]
Advanced

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

Matrix left division in .oct file


From: babelproofreader
Subject: Matrix left division in .oct file
Date: Sat, 21 Feb 2015 10:52:39 -0800 (PST)

I'd like to code the Octave code below ( X is a matrix, y a vector )

w = ( ( X' * X ) \ X' ) * y ;

in a .oct file, but my standard reference for things C++/.oct at
http://wiki.octave.org/Tips_and_tricks doesn't say how to do this. Any
hints?




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Matrix-left-division-in-oct-file-tp4668745.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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