MathGroup Archive 2007

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

Search the Archive

Re: explanation need!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73474] Re: explanation need!
  • From: Bhuvanesh <lalu_bhatt at yahoo.com>
  • Date: Mon, 19 Feb 2007 01:26:00 -0500 (EST)

We aren't changing the context, just adding the Developer` context to the context path. Apparently it's only in order to use Developer`ClearCache[], which clears the symbolic and numeric caches (so that FullSimplify doesn't give the cached result). So one could just as well do

Developer`ClearCache[];
Block[{RootReduce}, FullSimplify[Solve[1 + x^2 + x^3 == 0]]]

Bhuvanesh,
Wolfram Research.


  • Prev by Date: (in)dependent variables in DSolve: need explanation.
  • Next by Date: EXCEL-Mathematica Link for EXCEL & @Risk
  • Previous by thread: Re: explanation need!
  • Next by thread: Re: explanation need!