Re: question..
- To: mathgroup at smc.vnet.net
- Subject: [mg43851] Re: question..
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 9 Oct 2003 01:54:25 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <bm0jfj$pps$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Sum[i, {i, 1, 100, 2}] Regards Jens Ghassan Shahin wrote: > > Hi.. > I have a simple question.. > i want to use mathematica for sums..but i need to sum from 1 to 100 > except same integer numbers, say 2,6,8..what is the code for such a > task? > > thank you