cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Vector Product

Friengineer
6-Contributor

Vector Product

If I have a vector 'k', with say 10 values in it.  I can easily do a sum of all the value using the summation operator with 'k' the ONLY argument.

 

If I want the product of all those values, it seems I need more arguments other than just 'k'.

 

Can anyone advise what those arguments should be?

1 ACCEPTED SOLUTION

Accepted Solutions

Hopefully, this helps...

View solution in original post

4 REPLIES 4

Hopefully, this helps...

Hi,

 

Prime has a product of vector operator.  It can operates as shown on this sheet with a range variable, or a definition of a range variable on the product.

 

Regards

Thanks to both you.  The information was helpful.

LucMeekes
23-Emerald III
(To:Friengineer)

You don't need to define a range,

and you don't want your vector product dependent on the value of ORIGIN.

This is a more general approach:

LM_20171006_VectorProduct.png

 

Attachment is Prime3.1

Success!
Luc

Top Tags