|
[Date Index]
[Thread Index]
[Author Index]
Re NestWhile
- To: mathgroup at smc.vnet.net
- Subject: [mg32555] Re [mg32519] NestWhile
- From: "Harvey P. Dale" <hpd1 at nyu.edu>
- Date: Sat, 26 Jan 2002 04:08:34 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Tom:
This will do it:
NestWhileList[If[EvenQ[#], #/2, 3 # + 1] &,
7, # =!= 1 &]]
Best,
Harvey
________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________
Prev by Date:
Oscillatory Integrand
Next by Date:
ReplaceAll doesn't replace
Previous by thread:
Oscillatory Integrand
Next by thread:
ReplaceAll doesn't replace
|