From help-request at octave dot org Thu Jan 19 18:24:06 2006 Subject: Re: m to oct dictionary From: Keith Goodman To: sct at ucsd dot edu Cc: Octave Help Date: Thu, 19 Jan 2006 16:22:05 -0800 On 1/19/06, Steve C. Thompson wrote: > This would be a good page for GNU Octave's wiki > (wiki.octave.org). Please consider initiating this, then others > can help maintain it. I think that is a great idea. But I also think that a locked wiki is a dead wiki. Worth a try still. > > On 19 Jan 06 13:14PM, Keith Goodman wrote: > > inv(a) > > ??? y = inv(a) octave_idx_type info; double rcond = 0.0; Matrix y = x.inverse(info, rcond, 1); ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------