MathGroup Archive 2004

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

Search the Archive

More on Delete Problems

  • To: mathgroup at smc.vnet.net
  • Subject: [mg51551] More on Delete Problems
  • From: Gove Effinger <effinger at skidmore.edu>
  • Date: Thu, 21 Oct 2004 22:21:55 -0400 (EDT)
  • Organization: Skidmore College
  • Sender: owner-wri-mathgroup at wolfram.com

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: Step by step answer ?
  • Next by Date: How to fit like-elliptical funcion?
  • Previous by thread: Re: Re: Step by step answer ?
  • Next by thread: Re: More on Delete Problems