Skip to main content
1-Visitor
April 3, 2012
Solved

Product of two array values

  • April 3, 2012
  • 2 replies
  • 1729 views

Hi guys!!

I've got a simple product of two array values, but the result is not an array...why?

i'm attaching the file...the expression is in yellow...

Thank u! 😃

Best answer by RichardJ

By default the product of two vectors is the inner product (often referred to as the dot product), which is a scalar. Select the entire RHS of the expression and click on the vectorize operator (looks like a right pointing arrow over f(M)) to force element be element calculation.

2 replies

RichardJ19-TanzaniteAnswer
19-Tanzanite
April 3, 2012

By default the product of two vectors is the inner product (often referred to as the dot product), which is a scalar. Select the entire RHS of the expression and click on the vectorize operator (looks like a right pointing arrow over f(M)) to force element be element calculation.

BeNNy1-VisitorAuthor
1-Visitor
April 3, 2012

Thank u! ^^