Re: matrixMultiply returns a new array named what?

2002-07-29 Thread Phil Davis
Oops - I forgot which tool I'm in. The expression would probably look more like this: put matrixMultiply(arrayWith44rows, arrayWith44columns) into myNewArray Phil - Original Message - From: "Phil Davis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: matrixMultiply returns a new array named what?

2002-07-29 Thread Phil Davis
I've never used it, but... since matrixMultiply() is a function, I assume you supply the array name on the left side of the expression: myNewArray = matrixMultiply(arrayWith44rows, arrayWith44columns) Phil - Original Message - From: "Gregory Lypny" <[EMAIL PROTE

matrixMultiply returns a new array named what?

2002-07-29 Thread Gregory Lypny
Hi Everyone, The MC Reference says that matrixMultiply returns a new array. What is the name of that array? Regards, Greg Gregory Lypny Concordia University ___ "Better for us if you don't understand." - The

Re: matrixMultiply

2002-07-24 Thread Raymond E. Griffith
Gregory Lypny <[EMAIL PROTECTED]> asked... > Hi Everyone, > > I'm having trouble with matrixMultiply. I've created two 1 x 20 > vectors (arrays) named Prob and V. I want to compute the dot product > (for example, the expected value of V in statistics), which

matrixMultiply

2002-07-23 Thread Gregory Lypny
Hi Everyone, I'm having trouble with matrixMultiply. I've created two 1 x 20 vectors (arrays) named Prob and V. I want to compute the dot product (for example, the expected value of V in statistics), which is prob[1] x V[1] + prob[2] x V[2] + ... + prob[