Calculator Function RefrenceFunction Reference >Calculator Function Reference >Lists>Dot ProductDot ProductThe dot() function will calculate the dot product between the two lists passed. The lists can be any size as long as they are the same size.
dot({2,3,-1},{1,-2,3})=-7
|