Dot

Name

Dot -- Returns the dot product of two vectors

Synopsis

Dot[x->LIST(NUMBER), y->LIST(NUMBER)] =: NUMBER 

Description

Dot returns the dot product of x and y, where the lists are treated as vectors. It is an error to attempt to multiply two lists of different lengths.

Short form

x . y