Product of two array values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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! 😃
Solved! Go to Solution.
- Labels:
-
Other
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank u! ^^
