[Solved] 2 Write Function Dot Product Two Vectors E List Nurnbers 11 12 Miultiplies Corresponding N Q37167574

2. Write the function dot-product of two vectors (i.e., list of nurnbers) 11 and 12 that miultiplies corresponding numbers in 11 and 12 and builds a new number by summing the results. The vectors are of the same length Example: (dot-product ‘(1 2 3) ‘ (3 2 4)) returns 19 Show transcribed image text 2. Write the function dot-product of two vectors (i.e., list of nurnbers) 11 and 12 that miultiplies corresponding numbers in 11 and 12 and builds a new number by summing the results. The vectors are of the same length Example: (dot-product ‘(1 2 3) ‘ (3 2 4)) returns 19
Expert Answer
Answer to 2. Write the function dot-product of two vectors (i.e., list of nurnbers) 11 and 12 that miultiplies corresponding numbe… . . .
OR

