MathGroup Archive 2009

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

Search the Archive

Re: Refine, assumptions, domains

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101735] Re: Refine, assumptions, domains
  • From: Alexei Boulbitch <Alexei.Boulbitch at iee.lu>
  • Date: Wed, 15 Jul 2009 07:12:38 -0400 (EDT)

What I'm looking for is a simple way to obtain a finite list

{ Pi, 2 Pi, 3 Pi}

from  this information:

   0< n*Pi < 10,  Element[n,Integers]

Refine doesn't do this, at least with Mathematica 6.0
Suggestions? (cc to fateman at gmail.com would be nice.)


Is it not this?

In[17]:= Table[i*Pi, {i, 1, 9}]

Out[17]= {\[Pi], 2 \[Pi], 3 \[Pi], 4 \[Pi], 5 \[Pi], 6 \[Pi], 7 \[Pi],
  8 \[Pi], 9 \[Pi]}

-- 
Alexei Boulbitch, Dr., habil.
Senior Scientist

IEE S.A.
ZAE Weiergewan
11, rue Edmond Reuter
L-5326 Contern
Luxembourg

Phone: +352 2454 2566
Fax:   +352 2454 3566

Website: www.iee.lu

This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal from your system. Thank you for your co-operation.




  • Prev by Date: Re: Plot Label at bottom with quote marks
  • Next by Date: Re: Assigning Values to Many Symbols at Once
  • Previous by thread: Re: Refine, assumptions, domains
  • Next by thread: Re: Refine, assumptions, domains