MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: More on Delete Problems

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51592] Re: More on Delete Problems
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Wed, 27 Oct 2004 01:53:51 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 10/23/04 at 12:21 AM, hanlonr at cox.net (Bob Hanlon) wrote:

>Works on my system

>$Version

>5.0 for Mac OS X (November 19, 2003)

>a={{1.,2.,3.},{4.,5.,6.}};

>b={{1,0,1},{0,-2,3},{0,1,0}};

>c=a.b;

>Delete[c,{1,1}]

>{{-1.,7.},{4.,-4.,19.}}

Interesting. On mine this causes the kernel to crash

$Version
"5.0 for Mac OS X (June 10, 2003)"

So, it would seem this is a bug that has been corrected
--
To reply via email subtract one hundred and four


  • Prev by Date: Combining different colored 3-D Plots
  • Next by Date: Re: More on Delete Problems
  • Previous by thread: Re: More on Delete Problems
  • Next by thread: Re: More on Delete Problems