From bug-request at octave dot org Mon Dec 12 09:52:39 2005 Subject: shell command line From: "John W. Eaton" To: "Bouchard, Guillaume" Cc: bug-octave at bevo dot che dot wisc dot edu Date: Mon, 12 Dec 2005 10:52:31 -0500 I doubt that this is a bug in Octave. Most likely, it is a bug in your LAPACK or BLAS library. This has been covered many times on the lists. There are newer versions of the lapack/blas for Fedora that do not have this problem. If you need more help, please ask the help at octave dot org list. Also, to combat spam on the lists, posting is restricted to subscribers (other mail is bounced to me to forward to the list if it is actually for the list and not spam), so please consider subscribing before posting. jwe jwe On 12-Dec-2005, Bouchard, Guillaume wrote: | On a Fedora core 3 with octave installed: | the following command works: | | echo "n=1;A=rand(n);tic,C=A^(-1);disp(toc)" | octave | | but this one never ends: | | echo "n=2;A=rand(n);tic,C=A^(-1);disp(toc)" | octave | | this is strange, isn't it? | | | | -- | | ----------------------------------------------------------------------- | Guillaume Bouchard | Xerox Research Centre Europe | 6, Ch de maupertuis, 38240 Meylan,France | | Ph: +33 (0)4 76 61 51 98 | Fax: +33 (0)4 76 61 50 99 | Guillaume dot Bouchard at xrce dot xerox dot com | http://www.xrce.xerox.com/people/bouchard/home.php ------------------------------------------------------------- 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 -------------------------------------------------------------