|
[Date Index]
[Thread Index]
[Author Index]
List Operation ?
- To: mathgroup at smc.vnet.net
- Subject: [mg40204] List Operation ?
- From: Sunil Jayatilleke <sunilj at physics.uc.edu>
- Date: Tue, 25 Mar 2003 14:50:38 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
I have a list as follows
list1 = {{a1,b1,c1,d1,e1,f1},{a2,b2,c2,d2,e2,f2},{............}.............}
Now I want to do the following
list2 ={{a1,b1,d1},{a2,b2,d2}......................}
How can I do that ?
thanks
SJ
Prev by Date:
RE: Ellipse Drawing
Next by Date:
Re: proper way to manipulate lists?
Previous by thread:
Unbelievable bug in ConstrainedMin, ConstrainedMax and LinearProgramming
Next by thread:
Re: List Operation ?
|