MathGroup Archive 2011

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

Search the Archive

Re: 100 rows and 100 columns random matrix

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123475] Re: 100 rows and 100 columns random matrix
  • From: David Skulsky <edskulsky at gmail.com>
  • Date: Thu, 8 Dec 2011 05:26:28 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jbniam$497$1@smc.vnet.net>
  • Reply-to: comp.soft-sys.math.mathematica at googlegroups.com

a=RandomReal[{0, 1}, {100, 100}];
Count[Flatten[a],x_/;x<=0.5]

David



  • Prev by Date: Re: Complex diagram
  • Next by Date: Re: Complex diagram
  • Previous by thread: Re: 100 rows and 100 columns random matrix
  • Next by thread: Re: 100 rows and 100 columns random matrix