Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
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?
Solved! Go to Solution.
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.
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:
Attachment is Prime3.1
Success!
Luc