BE_VectorDotProduct
BE_VectorDotProduct ( a ; b )
Does a dot product of two vectors ( lists ) of numbers.
Version : 3.2
Version 4.0.2 : Renamed from BE_Vector_DotProduct
Parameters :
a : the first list.
b : the second list :)
For more information about vectors, have a look at http://www.mathsisfun.com/algebra/vectors-dot-product.html
Examples :
BE_Vector_DotProduct ( "1¶3¶-5" ; "4¶-2¶-1" ) = 3