Howto vonvert a list of functions in a list valued function
- To: mathgroup at smc.vnet.net
- Subject: [mg28253] Howto vonvert a list of functions in a list valued function
- From: Thomas Neff <t.neff at gsi.de>
- Date: Fri, 6 Apr 2001 01:53:01 -0400 (EDT)
- Organization: GSI Darmstadt
- Sender: owner-wri-mathgroup at wolfram.com
I have a list of functions, say
funlist = {f1, f2, f3, ..., fn}
I want to construct a function f, so that
f[x] gives the list {f1[x], f2[x], f3[x], ... fn[x]}
f[x_] = funlist[x] doesn't work ;-(
Is there an elegant way to do this in Mathematica ?
Thanks
Thomas
--
Thomas Neff
Gesellschaft fuer Schwerionenforschung (GSI)
Email: t.neff at gsi.de - PGP key available
WWW: http://theory.gsi.de/~tneff/tneff.html
- Follow-Ups:
- Re: How to convert a list of functions in a list valued function
- From: jmt <jmt@agat.net>
- Re: How to convert a list of functions in a list valued function