|
[Date Index]
[Thread Index]
[Author Index]
Re: question..
- To: mathgroup at smc.vnet.net
- Subject: [mg43887] Re: question..
- From: "Peltio" <peltio at twilight.zone>
- Date: Fri, 10 Oct 2003 03:05:55 -0400 (EDT)
- References: <bm0jfj$pps$1@smc.vnet.net> <bm2tif$6mp$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Peltio" wrote
> Sum[f[k],{k,1,100}]-f/@{2,6,8}
Whoops, this should read
Sum[f[k],{k,1,100}]-Plus@@(f/@{2,6,8})
cheers,
Peltio
invalida address in reply-to. Demunging required to mail me.
Prev by Date:
MathLink: support for long longs?
Next by Date:
Re: Pattern matches only when named
Previous by thread:
Re: question..
Next by thread:
Fields or forms on manifolds
|