MathGroup Archive 2006

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

Search the Archive

Re: How Functions are Applied to Matrices

  • To: mathgroup at smc.vnet.net
  • Subject: [mg66095] Re: How Functions are Applied to Matrices
  • From: bghiggins at ucdavis.edu
  • Date: Sat, 29 Apr 2006 03:40:51 -0400 (EDT)
  • References: <e2ss22$457$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Greg,

If you read the Help  section for Mean you will see that this is the
way Mean is defined. For matrices it operates on the columns. This
would make sense since if you are taking a set of data points
{{x1,y1,z1},{x2,y2,z2},{x3,y3,z3}}
then you might want  Mean[{x1,x2,x3}] etc

Cheers,

Brian


  • Prev by Date: Conditions with Statistical Functions
  • Next by Date: Calling .exe with Run
  • Previous by thread: Re: How Functions are Applied to Matrices
  • Next by thread: Re: How Functions are Applied to Matrices