MathGroup Archive 2003

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

Search the Archive

Re: Out of Memory Problem (beginner)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44373] Re: [mg44289] Out of Memory Problem (beginner)
  • From: Dr Bob <drbob at bigfoot.com>
  • Date: Fri, 7 Nov 2003 05:16:16 -0500 (EST)
  • Organization: Interstellar Corps of Engineers
  • Reply-to: drbob at bigfoot.com
  • Sender: owner-wri-mathgroup at wolfram.com

To illustrate with a smaller matrix:

a = Table[i, {i, 1, 6}, {j, 1, 7}];
MatrixForm[one = Table[7i j, {i, 1, 6}, {j, 1, 6}]]
MatrixForm[two = a.Transpose[a]]
one == two

(results deleted)

Bobby

Out of Memory Problem (beginner)
Subject: [mg44373] [mg44289] Out of Memory Problem (beginner)
From: cedric at ddd.co.jp (Cedric)
To: mathgroup at smc.vnet.net

Hello,

I have a matrix of 6000 x 7000.
A = Table[i,{i,1,6000},{j,1,7000}]
I'd like to calculate A.Transpose[A].
But it appears "Out of Memory" problem after
trying to calculate for a long time.

Does anybody know how i can olve the above problem?

Thank you in advance,

Cedric


  • Prev by Date: Re: Mathematica 5 crashes
  • Next by Date: RE: Trying to use Mathematica as "word processor" for my math homework
  • Previous by thread: Re: Out of Memory Problem (beginner)
  • Next by thread: Re: Out of Memory Problem (beginner)