MathGroup Archive 1999

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

Search the Archive

Re: List question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg20989] Re: [mg20972] List question
  • From: Ken Levasseur <Kenneth_Levasseur at uml.edu>
  • Date: Thu, 2 Dec 1999 21:41:05 -0500 (EST)
  • Organization: UMass Lowell Mathematical Sciences
  • References: <199912010650.BAA07745@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Bill:

You want to replace the head of the your list expression (which is List)
with Sequence, so 

	yourfunction[Sequence@@yourlist]

should do it.

Ken Levasseur
UMass Lowell

Bill wrote:
> 
> Hello,
> 
> I am making a list of lists to be used by MultipleListPlot.  How do I
> remove the outer brackets when I give it to the function?
> 
> 
> Thanks
> Bill


  • Prev by Date: Re: List question
  • Next by Date: Re: Integration question
  • Previous by thread: Re: List question
  • Next by thread: Re: List question