MathGroup Archive 2009

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

Search the Archive

Persistent assumption

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106019] Persistent assumption
  • From: Sam Takoy <samtakoy at yahoo.com>
  • Date: Wed, 30 Dec 2009 04:15:49 -0500 (EST)

Hi,

Is it possible to make an Assumption for the duration of a block of 
code? In other words, to say "In all of the following code, Assume[x>0]".

I appreciate that it is possible to use,

Assuming[x>0,

a whole lot of code

]

but that's quite awkward. Looking for a better alternative.

Thanks,

Sam


  • Prev by Date: Dynamic Plot of Stock/Currency Chart
  • Next by Date: More /.{I->-1} craziness
  • Previous by thread: Dynamic Plot of Stock/Currency Chart
  • Next by thread: Re: Persistent assumption