Calculator Function Refrence

Function Reference >Calculator Function Reference >Lists>Dot Product

Dot Product

The 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