MathGroup Archive 2001

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

Search the Archive

Q: DeleteCases

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27862] Q: DeleteCases
  • From: Robert Schuerhuber <robert.schuerhuber at gmx.at>
  • Date: Thu, 22 Mar 2001 04:30:04 -0500 (EST)
  • Organization: Vienna University of Technology
  • Sender: owner-wri-mathgroup at wolfram.com

hi!
i've a rather simple question with the deletecases, but unfortunately i
couldn't find a clue in the mathematica-help (again ..):

i want to to use DeleteCases to remove number of lists, which are
greater than a given limit, eg.

t={1,2,3,4}
DeleteCases[t, ????]

should remove all entries greater than 2, therefore

t={1,2}

which pattern do i have to use?

regards, robert



  • Prev by Date: Re: How can I prove by induction: log n!=O(n log n)
  • Next by Date: Integral problem
  • Previous by thread: Re: How can I prove by induction: log n!=O(n log n)
  • Next by thread: Re: Q: DeleteCases