Re: to become {{f[a],g[a]},{f[b],g[b]},{f[c],g[c]}}
- To: mathgroup at smc.vnet.net
- Subject: [mg105353] Re: to become {{f[a],g[a]},{f[b],g[b]},{f[c],g[c]}}
- From: SHuisman at giganews.com
- Date: Sun, 29 Nov 2009 05:10:18 -0500 (EST)
- References: <heqev0$1lm$1@smc.vnet.net>
Or maybe faster because there is not need to transpose: Through[{f, g}[#]] & /@ {a, b, c}
- Follow-Ups:
- Re: Re: to become {{f[a],g[a]},{f[b],g[b]},{f[c],g[c]}}
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: Re: to become {{f[a],g[a]},{f[b],g[b]},{f[c],g[c]}}