MathGroup Archive 2007

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

Search the Archive

Re: Selecting Rows Where All Columns Satisfy a Condition

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82623] Re: Selecting Rows Where All Columns Satisfy a Condition
  • From: yatesd at mac.com
  • Date: Fri, 26 Oct 2007 05:26:00 -0400 (EDT)
  • References: <ffppu6$l6g$1@smc.vnet.net>

Better than

Select[ X, ! MemberQ[ # , -9|-9. ]& ]

is

Select[ X, FreeQ[ #, -9|-9.]& ]

Regards,

Derek



  • Prev by Date: Plotting x and y arrays
  • Next by Date: Re: (x|y) \[element] Integers in Reduce function
  • Previous by thread: Re: Re: Selecting Rows Where All Columns Satisfy a Condition-Plot of Code speeds
  • Next by thread: Re: Selecting Rows Where All Columns Satisfy a Condition