MathGroup Archive 2003

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

Search the Archive

Out of Memory Problem (beginner)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44289] Out of Memory Problem (beginner)
  • From: cedric at ddd.co.jp (Cedric)
  • Date: Tue, 4 Nov 2003 03:24:11 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

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: FourierTransform of Sinc Function
  • Next by Date: multiplying matrice rows
  • Previous by thread: Re: Re: Re: FourierTransform of Sinc Function
  • Next by thread: Re: Out of Memory Problem (beginner)