The built-in DOT function returns the sum of products of the elements of two lists. For example, if list A contains the values {1,3,6,8,4} and list B contains the values {5,6,2,3,9} then the expression DOT('A,'B) returns 95. You can set up your data in a table to make it easier to edit.
I...