|
[Date Index]
[Thread Index]
[Author Index]
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}
Prev by Date:
Re: Mathematica Sorting Anti-Stable?
Next by Date:
Re: Bug ??????
Previous by thread:
Re: to become {{f[a],g[a]},{f[b],g[b]},{f[c],g[c]}}
Next by thread:
Re: Re: to become {{f[a],g[a]},{f[b],g[b]},{f[c],g[c]}}
|