MathGroup Archive 2006

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

Search the Archive

making random matrix

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70583] making random matrix
  • From: "amitsoni.1984 at gmail.com" <amitsoni.1984 at gmail.com>
  • Date: Fri, 20 Oct 2006 05:21:51 -0400 (EDT)

Hi, I want to make a normally distributed random matrix for which I am
using the following command. But it is not giving any result.

n=100
A = RandomArray[NormalDistribution[], {n, n}]

Do I need to load any package to get this working. Please tell me how
to do that?

Thanks

Amit


  • Prev by Date: Re: Infinity vs DirectedInfinity[1]
  • Next by Date: Re: damped oscilations data fit
  • Previous by thread: Weird (but reproducible) screen display glitch: \[ImaginaryI] appears as just "i"
  • Next by thread: Re: making random matrix