Re: An Array of Equation Parameters
- To: mathgroup at smc.vnet.net
 - Subject: [mg59896] Re: An Array of Equation Parameters
 - From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
 - Date: Thu, 25 Aug 2005 06:33:30 -0400 (EDT)
 - Organization: Uni Leipzig
 - References: <dehiud$c0j$1@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hi,
do you mean
f[a, b, c] /. {{a -> 1, b -> 2, c -> 3},
                {a -> 4, b -> 5, c -> 6},
                {a -> 7, b -> 8, c -> 9}}
??
Regards
  Jens
<acvwilson at gmail.com> schrieb im Newsbeitrag 
news:dehiud$c0j$1 at smc.vnet.net...
| 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
|