MathGroup Archive 2009

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

Search the Archive

Re: Refine, assumptions, domains

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101718] Re: [mg101690] Refine, assumptions, domains
  • From: Tomas Garza <tgarza10 at msn.com>
  • Date: Wed, 15 Jul 2009 07:09:30 -0400 (EDT)
  • References: <200907140937.FAA02004@smc.vnet.net>

Maybe I'm missing something in your question, but



In[11]:= Table[n Pi,{n, 1, Floor[10/Pi]}]


Out[11]= {Pi, 2 Pi, 3 Pi}



looks simple enough to me...



Tomas

>
> 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.)
>


  • Prev by Date: Re: Assigning Values to Many Symbols at Once
  • Next by Date: Re: Refine, assumptions, domains
  • Previous by thread: Re: Refine, assumptions, domains
  • Next by thread: Re: Refine, assumptions, domains