Re: An Array of Equation Parameters
- To: mathgroup at smc.vnet.net
- Subject: [mg59920] Re: [mg59861] An Array of Equation Parameters
- From: "benshimo at bgumail.bgu.ac.il" <bsyehuda at gmail.com>
- Date: Thu, 25 Aug 2005 06:34:27 -0400 (EDT)
- References: <200508241030.GAA11991@smc.vnet.net>
- Reply-to: benshimo at bgumail.bgu.ac.il
- Sender: owner-wri-mathgroup at wolfram.com
This is VERY easy with Mathematica. But since you didn't provide a specific example I will provide you general directions only look at Apply (@@) look at Sequence and Map (/@) using these three building elements will solve your problem quite easily yehuda On 8/24/05, acvwilson at gmail.com <acvwilson at gmail.com> wrote: > > This seems like a fairly easy problem in other languages but I can't > figure out how to do it in Mathematica. > > I am trying to set up an array of equation parameters, where each entry > in the array is a list of parameters for a function. I also don't know > how to get values out of a list to plug into the function. If anyone > knows how to solve this problem please help me out. > > Thanks, > Asa > >
- References:
- An Array of Equation Parameters
- From: acvwilson@gmail.com
- An Array of Equation Parameters