Skip to main content
1-Visitor
October 6, 2017
Solved

Vector Product

  • October 6, 2017
  • 4 replies
  • 2264 views

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?

Best answer by nas0k

Hopefully, this helps...

4 replies

nas0k1-VisitorAnswer
1-Visitor
October 6, 2017

Hopefully, this helps...

21-Topaz II
October 6, 2017

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

1-Visitor
October 6, 2017

Thanks to both you.  The information was helpful.

23-Emerald IV
October 6, 2017

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