help-octave
[Top][All Lists]
Advanced

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

Re: Large Matrix Multiplication


From: Andy Adler
Subject: Re: Large Matrix Multiplication
Date: Sat, 13 Sep 2003 20:00:00 -0400 (EDT)

On Sat, 13 Sep 2003, Robin Kramer wrote:
> The error is reproducable with the following code.
>
> clear
> D1 = eye(81);
> D2 = eye(81);
> D1*D2
>
> Octave panics and shuts down.  I am using a GNU Octave
> 2.1.42(i686-pc-cygwin).

I'm assuming you're using the version from octave.sf.net.
I have no problem with this code (on a machine with lots of
memory with that version.

To be able to see the error, find the file
    C:\Program Files\GNU Octave\bin\start_octave.sh
add the line
    cmd /c pause
at the end. (This will work in Win2k/WinNT/WinXP)

andy



-------------------------------------------------------------
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]