MathGroup Archive 2002

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

Search the Archive

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
> 
> 
> 
> 



  • Prev by Date: Re: Stupid simple question about counting derivatives
  • Next by Date: Re: Stupid simple question about counting derivatives
  • Previous by thread: finding functions based on input and output tables
  • Next by thread: Re: Re: finding functions based on input and output tables