MathGroup Archive 2005

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

Search the Archive

Re: No more memory available.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg58907] Re: No more memory available.
  • From: LumisROB <lumisrob_NOGOOD_ at yahoo.com>
  • Date: Sat, 23 Jul 2005 05:32:16 -0400 (EDT)
  • References: <dbniq6$hn8$1@smc.vnet.net> <dbouct$srq$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On Thu, 21 Jul 2005 19:51:57 +0000 (UTC), David Bailey
<dave at Remove_Thisdbailey.co.uk> wrote:

>LumisROB wrote:
>> During this calculation:
>> 
>>  
>> Det[m]  
>> 
>> the kernel has jammed and the following message has been visualized
>> 
>> 
>> No more memory available.
>> Mathematica kernel has shut down.
>> 
>> it is possible to overcome this obstacle increasing the memory or it
>> is a non surmountable limit  of the  windows XP vers 32 bit ?
>> 
>> Thanks for the help
>> 
>Hi,
>
>How big is the matrix m?
>
>David Bailey
>http://www.dbaileyconsultancy.co.uk

Excuse me

  calculation  is :

m= Table[i^2+i*j*3.23.....,{i,10000},[j,10000} ];
Det[ m]

the program jams for lack of memory. Now neglecting the nature of the
calculation above suitable I wonder me because this happens

Thanks Bailey


  • Prev by Date: Re: formatting question
  • Next by Date: Re: Returnin pure function
  • Previous by thread: Re: No more memory available.
  • Next by thread: Re: No more memory available.