From bug-octave-request at bevo dot che dot wisc dot edu Thu Mar 4 02:23:16 1999 Subject: sqrtm From: "John W. Eaton" To: kuma at nibh dot go dot jp (Toru Kumagai) Cc: bug-octave at bevo dot che dot wisc dot edu Date: Thu, 4 Mar 1999 02:21:54 -0600 (CST) On 13-Feb-1999, Toru Kumagai wrote: | Bug report for Octave 2.0.13.4 configured for i386-pc-linux-gnu | | Description: | | The following line caused a segmentation fault. | | sqrtm( A ) | | where A is a 256 x 256 matrix. | | I tried the same computation in a octave 2.0.13.4 configured for i686-pc-linux | (slacksware). Then, it worked. | A commercial version of MATLAB also computed the same result. I can't reproduce this problem using sqrtm (rand (256)) on my system. Sorry, but without a way to duplicate this problem I'm afraid I can't debug it. If you can debug it and show that the problem is actually due to a bug in Octave, then perhaps I can fix it. Otherwise, I'll have to conclude that the problem is somewhere else. jwe