MathGroup Archive 1996

[Date Index] [Thread Index] [Author Index]

Search the Archive

Lists

  • To: mathgroup at smc.vnet.net
  • Subject: [mg3881] Lists
  • From: Alex Bates <albates at ursula.uoregon.edu>
  • Date: Tue, 14 May 1996 02:11:14 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

	I have a two dimensional list (i.e. {{1, 23}, {2, 24}, {3, 25}, 
{4, 26}}), and I want to remove all the first values in each pair of 
numbers.  For instance, for the first pair, I want it to read {23}, and 
for the second, {24} instead of {2, 24}. 
	Any help would be greatly appreciated.

-Alex Bates

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: Inverse of IntegerDigits? and "Index" function?
  • Next by Date: Do loops
  • Previous by thread: Kernel "Local" has lost connection
  • Next by thread: Re: Lists