help-octave
[Top][All Lists]
Advanced

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

Re: Help me something about GNU Octave


From: Johann Cohen-Tanugi
Subject: Re: Help me something about GNU Octave
Date: Thu, 17 Jan 2008 18:22:50 -0800
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

hello,
by sheer curiosity I gave a shot to this command :

 [u, s, v] = svd (rand (10000, 10000));
and I actually get :
octave:1> [u, s, v] = svd (rand (10000, 10000));
error: memory exhausted or requested size too large for range of Octave's index 
type -- trying to return to prompt

any idea what could go wrong?  am on a linux FC7 laptop, and octve is built 
from cvs source :
octave:2> version
ans = 3.0.0+

best,
J.





reply via email to

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