MathGroup Archive 2008

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

Search the Archive

Re: Mathematica memory management

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92977] Re: Mathematica memory management
  • From: dh <dh at metrohm.ch>
  • Date: Wed, 22 Oct 2008 05:35:56 -0400 (EDT)
  • References: <gdja46$ide$1@smc.vnet.net>


Hi Jan,

try ClearAll or and if this does not work Remove.

Daniel



Jan Irigi Olsina wrote:

> Hello,

>   I would like to ask you in what object Mathematica stores

> InterpolatingFunction when solving differential equations using

> NDSolve? I use command:

> 

> solution = NDSolve[eqns,fctions,{t,0,1}];

> 

> but when I call:

> 

> solution=.;

> 

> Mathematica doesn't clean all the memory used for storage of

> InterpolatingFunctions. Can I somehow tell Mathematica to free used

> memory? (Because I'm using lot of memory and sometimes I need to free

> some.) I'm using version 6.0

> 

> Thank you very much!

> 

> Jan Olsina.

> 





-- 



Daniel Huber

Metrohm Ltd.

Oberdorfstr. 68

CH-9100 Herisau

Tel. +41 71 353 8585, Fax +41 71 353 8907

E-Mail:<mailto:dh at metrohm.com>

Internet:<http://www.metrohm.com>




  • Prev by Date: Re: Is there a simple way to transform 1.1 to 11/10?
  • Next by Date: Mathematica 6.0.3 does not work on Gentoo/amd64
  • Previous by thread: Re: Expressions with ellipsis (...)
  • Next by thread: Re: Mathematica memory management