MathGroup Archive 2007

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

Search the Archive

Normally Distributed Random Matrix

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77537] Normally Distributed Random Matrix
  • From: "amitsoni.1984 at gmail.com" <amitsoni.1984 at gmail.com>
  • Date: Tue, 12 Jun 2007 01:24:25 -0400 (EDT)

Hi,

I want to create a normally distributed random matrix in Mathematica.
I'm using the following code in Mathematica 5.2:

------------- code -----------------------------
<< Statistics`NormalDistribution`
n = 500;
A = RandomArray[NormalDistribution[], {n, n}]
------------------------------------------------

But it is not working even though it worked when I did it earlier on
Linux. When I enter A it just gives:

------------------------------------------------
A
RandomArray[NormalDistribution[], {500, 500}]
------------------------------------------------

Can anyone help me with this?

Thank you,
Amit



  • Prev by Date: FinalSolutions example
  • Next by Date: Re: v6: still no multiple undo?
  • Previous by thread: FinalSolutions example
  • Next by thread: Re: Normally Distributed Random Matrix