Community login and other support tools will be unavailable Saturday May 3rd 9:00 am to 3:00 pm (EST) due to planned maintenance. Learn More

Translate the entire conversation x

Product of two array values

BeNNy
1-Visitor

Product of two array values

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! 😃

ACCEPTED SOLUTION

Accepted Solutions
RichardJ
19-Tanzanite
(To:BeNNy)

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.

View solution in original post

2 REPLIES 2
RichardJ
19-Tanzanite
(To:BeNNy)

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.

BeNNy
1-Visitor
(To:RichardJ)

Thank u! ^^

Announcements

Top Tags