Solved
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?

