help-octave
[Top][All Lists]
Advanced

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

Re: m to oct dictionary


From: Keith Goodman
Subject: Re: m to oct dictionary
Date: Thu, 19 Jan 2006 16:22:05 -0800

On 1/19/06, Steve C. Thompson <address@hidden> 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
-------------------------------------------------------------



reply via email to

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