MathGroup Archive 2010

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

Search the Archive

Re: Re: locally changing Options

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108318] Re: [mg108282] Re: locally changing Options
  • From: Leonid Shifrin <lshifr at gmail.com>
  • Date: Sat, 13 Mar 2010 07:58:49 -0500 (EST)
  • References: <hnakgk$5oa$1@smc.vnet.net> <201003121212.HAA13786@smc.vnet.net>

Did you actually try this yourself? It goes into an infinite iteration,
since you can not unblock a symbol once it is blocked (a pity b.t.w), and
Mathematica evaluates heads of expressions before anything else.

Regards,
Leonid




> Block[
> {RowReduce = RowReduce[#1, Method -> "OneStepRowReduction", ##2] &},
> (* your code here *)
> ]
>
>



  • Prev by Date: Simplify Exponential Output
  • Next by Date: Exporting equations as high-quality graphics
  • Previous by thread: Re: locally changing Options
  • Next by thread: Re: Re: locally changing Options