Re: question..
- To: mathgroup at smc.vnet.net
- Subject: [mg43872] Re: question..
- From: Bill Rowe <readnewscix at mail.earthlink.net>
- Date: Thu, 9 Oct 2003 01:55:14 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On 10/8/03 at 4:47 AM, ghassans at bethlehem.edu (Ghassan Shahin) wrote: > 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? In[1]:= Tr@Complement[Range[100],{2,6,8}] Out[1]= 5034 -- To reply via email subtract one hundred and nine