Re: Field of Functions
- To: mathgroup at smc.vnet.net
- Subject: [mg14138] Re: Field of Functions
- From: Alan Lewis <alan at enfs.com>
- Date: Mon, 28 Sep 1998 03:51:50 -0400
- Organization: @Home Network
- References: <6ud24s$16o@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Steffen, I've done lists of interpolating objects with no trouble. For example, let f1 = Interpolation[Table[{x,Sin[x]},{x,0,Pi/2,.1}]]; f2 = Interpolation[Table[{x,Cos[x]},{x,0,Pi/2,.1}]]; Then, the list ilist = {f1,f2} will contain the 2 interpolating objects, and ilist[[1]][x] will get you the first one valued at x, etc. Alan