|
[Date Index]
[Thread Index]
[Author Index]
Re: problems with delayed write: tag list
- To: mathgroup at smc.vnet.net
- Subject: [mg79897] Re: problems with delayed write: tag list
- From: chuck009 <dmilioto at comcast.com>
- Date: Wed, 8 Aug 2007 04:52:06 -0400 (EDT)
How about this:
aList = {{1, 2}, {2, 7}, {4, 9},{-7, -2}};
nowFunction[myList_, myDiff_] :=
Select[myList,Abs[#1[[1]] - #1[[2]]] == myDiff & ]
nowFunction[aList, 5]
Prev by Date:
Re: problems with delayed write: tag list
Next by Date:
Re: Beta function, Integral
Previous by thread:
Re: problems with delayed write: tag list
Next by thread:
Re: problems with delayed write: tag list
|