[MATRIX-SIG] Bug report - seg-fault

Aaron Watters arw@dante.mh.lucent.com
Mon, 11 Aug 1997 10:03:06 -0400


Win95, no problem either, I think.  Strange.

----------
> From: Jean-Bernard ADDOR <jbaddor@phy.ulaval.ca>
> To: Timothy A. Hochberg <hochberg@wwa.com>
> Cc: matrix-sig@python.org
> Subject: Re: [MATRIX-SIG] Bug report - seg-fault
> Date: Monday, August 11, 1997 9:00 AM
> 
> Hy !
> 
> It seems to give the expected result on sunos.
> 
> Python 1.4 (Apr 12 1997)  [GCC 2.7.2]
> Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
> >>> from Numeric import *
> >>> ones((0,1))*ones((0,2))
> zeros((0, 2), 'l')
> >>> ones((0,1))*ones((0,3))
> zeros((0, 3), 'l')
> >>> ones((0,1))*ones((0,4))
> zeros((0, 4), 'l')
> >>> 
> 
> 
> A bientot,
> 
> 	Jean-Bernard


_______________
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
_______________