MathGroup Archive 2007

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

Search the Archive

Re: problem with Pick

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78665] Re: problem with Pick
  • From: Chris Chiasson <chris.chiasson at gmail.com>
  • Date: Fri, 6 Jul 2007 03:30:03 -0400 (EDT)
  • References: <acbec1a40706230431p4f1db9a9i4320680dda027396@mail.gmail.com>

On Jul 3, 4:13 am, "Chris Chiasson" <c... at chiasson.name> wrote:
> Pick[list,sel,patt] picks out those list[[i1=85]] for which  sel[[i1=85]]
> matches patt.

Time to disagree with myself:
Actually, it should be:
Pick[list,sel,patt] picks out those list[[i___]] for which
sel[[i___]] matches patt.



  • Prev by Date: Mathematica forgets a solution in DSolve!!!
  • Next by Date: Re: MathKernel graphics call fails in ASP web service
  • Previous by thread: Re: Re: Re: Re: problem with Pick
  • Next by thread: Re: Iterpolation and Dates