Re: explanation need!
- To: mathgroup at smc.vnet.net
- Subject: [mg73494] Re: explanation need!
- From: "dimitris" <dimmechan at yahoo.com>
- Date: Tue, 20 Feb 2007 06:16:50 -0500 (EST)
- References: <erbg5q$dk4$1@smc.vnet.net>
Albert and Bhuvanesh, thanks a lot for your replies! Best Regards Dimitris =CF/=C7 Bhuvanesh =DD=E3=F1=E1=F8=E5: > 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.