MathGroup Archive 2011

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

Search the Archive

Re: Converting a list to arguments for a function --- How?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg118704] Re: Converting a list to arguments for a function --- How?
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sat, 7 May 2011 07:36:07 -0400 (EDT)

Use Apply.


Bob Hanlon

---- Virgil Stokes <vs at it.uu.se> wrote: 

=============
Suppose I have a list,

list = {4,1,1}

and I wish to use it as follows

f[4,1,1]

Is there a simple way (without looping through the elements list) to transfer 
the elements of list to the arguments for f?




  • Prev by Date: for loop in mathematica help
  • Next by Date: Re: Implicit Plot with parameter
  • Previous by thread: Re: Converting a list to arguments for a function --- How?
  • Next by thread: Re: How to define FrontEndEventActions for keyboard combinations with Shift and Alt?