Re: finding functions based on input and output tables
- To: mathgroup at smc.vnet.net
- Subject: [mg33467] Re: [mg33425] finding functions based on input and output tables
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Fri, 22 Mar 2002 04:06:46 -0500 (EST)
- References: <200203211427.JAA18110@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I'm not altogether sure I understand your question, but... In[1]:= a={a1,a2,a3}; b={b1,b2,b3}; In[3]:= c=fn[#[[1]],#[[2]]]&/@Transpose[{a,b}] Out[3]= {fn[a1,b1],fn[a2,b2],fn[a3,b3]} Tomas Garza Mexico City ----- Original Message ----- From: "Harald von der Osten-Woldenburg" <hvdosten at lb.netic.de> To: mathgroup at smc.vnet.net Subject: [mg33467] [mg33425] finding functions based on input and output tables > Hi, > > > I feel it is a stupid question ... but I must risk to get disgraced... > > If there are three tables of values (2 tables of input-data and one > table of output-data) and I am looking for a (non trigonometric) > function combining the first two tables to receive the values of the > third table ... how could I manage this with Mathematica? > > > Thanx a lot, > Harry > > > >
- References:
- finding functions based on input and output tables
- From: Harald von der Osten-Woldenburg <hvdosten@lb.netic.de>
- finding functions based on input and output tables