BE_VectorDotProduct

BE_VectorDotProduct(a;b)



Does a dot product of two vectors ( lists ) of numbers.

Parameters:

- a : the first list.

- b : the second list :)

Keywords:

Vector DotProduct


Version History:

- 3.2 :

- 4.0.2 : Renamed from BE_Vector_DotProduct

Notes:

- For more information about vectors, have a look at http://www.mathsisfun.com/algebra/vectors-dot-product.html

Code Examples:

BE_Vector_DotProduct ( "1¶3¶-5" ; "4¶-2¶-1" ) = 3


Still need help? Contact Us Contact Us