MathGroup Archive 2004

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

Search the Archive

Re: More on Delete Problems

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51610] Re: More on Delete Problems
  • From: p-valko at tamu.edu (Peter Valko)
  • Date: Wed, 27 Oct 2004 01:54:22 -0400 (EDT)
  • References: <cl9t75$7nl$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

For the record:

$Version
5.0 for Microsoft Windows (June 11, 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}] 

crashes Mathematica on my machine, exactly as Give Effinger said.








Gove Effinger <effinger at skidmore.edu> wrote in message news:<cl9t75$7nl$1 at smc.vnet.net>...
> Here's simple code which bombs for me:
> 
> a={{1.,2.,3.},{4.,5.,6.}}
> 
> b = {{1,0,1},{0,-2,3}, {0,1,0}}
> 
> c = a . b
> 
> Delete[c,{1,1}]
> 
> Why?
> 
> G. Effinger


  • Prev by Date: Re: More on Delete Problems
  • Next by Date: Creating a Moving Average Function
  • Previous by thread: Re: More on Delete Problems
  • Next by thread: Re: Re: More on Delete Problems