pick out an element from list
- To: mathgroup at smc.vnet.net
- Subject: [mg98011] pick out an element from list
- From: bahadir <bahadirgurbuz54 at hotmail.com>
- Date: Sat, 28 Mar 2009 05:40:09 -0500 (EST)
i have a list with n element.i want to pick out an element from the list, and to deduct the element from all the other residual elements. This process is the first step. i must apply all elements of the list, invariably. Namely, in conclusion, i will obtain n list with n-1 elements. now, i will try to explain as numerically. let element number of the list be 2500. and i am picking out the first element of the list. and i'm deducting the first element from the residual elements of the list. and now, i have a list with 2499 elements.after that, i'm passing the second element, and i'm applying the same processes. ı can't do this, can anyone help me???
- Follow-Ups:
- Re: pick out an element from list
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: pick out an element from list
- From: Adriano Pascoletti <adriano.pascoletti@dimi.uniud.it>
- Re: pick out an element from list