MathGroup Archive 1996

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

Search the Archive

Re: How can this MapAt application be done more efficiently

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4224] Re: [mg4180] How can this MapAt application be done more efficiently
  • From: Allan Hayes <hay at haystack.demon.co.uk>
  • Date: Tue, 18 Jun 1996 03:27:23 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

Further to my previous posting on this

or, better,

 DeleteCases[{{5, 0}, {4, 1}, {3, 2, 0}, {3, 1, 1}},0,{2}]

	{{5}, {4, 1}, {3, 2}, {3, 1, 1}}
	
Allan Hayes
hay at haystack.demon.co.uk
	

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: Mathematica graphics into TeX
  • Next by Date: Re: Problem with condition in function definition !
  • Previous by thread: Re: How can this MapAt application be done more efficiently
  • Next by thread: Re: How can this MapAt application be done more efficiently