Re: List of function-heads
- To: mathgroup at smc.vnet.net
- Subject: [mg17073] Re: List of function-heads
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 17 Apr 1999 03:34:48 -0400
- Organization: Universitaet Leipzig
- References: <7f1g3u$ku0@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Peter,
what is with
Apply[Set,#] & /@ Transpose[{fl,{x^2,x-1}}]
Hope tat helps
Jens
Peter Breitfeld wrote:
> I can do that with the following command:
>
> In[1]:=fl=Table[a[i][x_],{i,2}]
> Out[1]={{a[1][x_],a[2][x_]}
>
> But then I can't write:
>
> ll={x^2,x-1}
>
> because now the a[i] are overwritten and not assosiated with the
> elements of the rhs.
>
> Is there a way to get it working? I tried Thread, MapThread and some
> more but didn't find a solution.
>
> TIA
>
> Es gruesst Peter